Commit graph

103377 commits

Author SHA1 Message Date
Alex Ross 4532436315
Exclude strings from HTML grammar patch (#168306)
Fixes #160549
2022-12-07 14:44:00 +01:00
Benjamin Pasero f7c5c0dbab
Unexpected filenames proposed when saving untitled files (fix #150164) (#168278) 2022-12-07 14:18:54 +01:00
Sandeep Somavarapu 911e119dfc
fix #168299 (#168303) 2022-12-07 14:17:58 +01:00
Johannes Rieken 5653cef8da
joh/probable macaw (#168285)
* fix https://github.com/microsoft/vscode/issues/167845

made choice completion item provider exclusive so that only it is being asked

* fix https://github.com/microsoft/vscode/issues/167386

* fix compile errors
2022-12-07 14:15:20 +01:00
Ladislau Szomoru 28832f37e2
Git - Do not pop the stash as part of the "Stash & Checkout" action (#168297) 2022-12-07 13:27:35 +01:00
Johannes Rieken 6aa9ea1b7b
fix https://github.com/microsoft/vscode/issues/152553 (#168291) 2022-12-07 13:06:15 +01:00
Matt Bierner 7064045157
Use variadic tuples to simplify typing of h (#166392) 2022-12-07 10:36:32 +01:00
Ladislau Szomoru 0f8bf1b66b
Git - Fix error handling regression (#168284)
Fix error handling regression
2022-12-07 10:36:02 +01:00
Johannes Rieken a4e9665ba2
Merge pull request #168266 from mroch/anyscore
fix anyScore firstMatchCanBeWeak
2022-12-07 10:33:48 +01:00
Henning Dieterichs 29b1172162
Merge pull request #164225 from weartist/diff_find_result_loop_support
Fix Setting to disable loop of "next change" in diff view #163331
2022-12-07 10:27:45 +01:00
Johannes Rieken a77a33a237
fix https://github.com/microsoft/vscode/issues/167845 (#168282)
made choice completion item provider exclusive so that only it is being asked
2022-12-07 10:04:47 +01:00
Sandeep Somavarapu cb1613302e
fix #157499 (#168280) 2022-12-07 09:55:43 +01:00
dependabot[bot] 7ca99004a5
Bump qs from 6.10.1 to 6.11.0 in /build (#168174)
Bumps [qs](https://github.com/ljharb/qs) from 6.10.1 to 6.11.0.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.10.1...v6.11.0)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-07 09:26:10 +01:00
dependabot[bot] 206f45ec29
Bump qs from 6.5.2 to 6.5.3 (#168181)
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-07 09:25:40 +01:00
Alexandru Dima 78948c54d2
Forward the configured value for editor.cursorBlinking (for accessibility purposes) (#168217)
Fixes #131941: Forward the configured value for `editor.cursorBlinking` (for accessibility purposes)
2022-12-07 09:25:01 +01:00
Benjamin Pasero dd86970478
"Go to Definition" with multiple definitions and "Peek Definition" change preview editor statuses differently (fix #152914) (#168275) 2022-12-07 09:04:32 +01:00
Matt Bierner c0f6c67a09
Pick up latest markdown-it katex (#168269)
For #149295
2022-12-07 06:00:11 +01:00
Rob Lourens 3028ad0923
Fix breakpoint gutter hover while paused (#168264)
Fix #130904
2022-12-07 05:55:12 +01:00
Marshall Roch 6d7c12fe84 fix anyScore firstMatchCanBeWeak 2022-12-06 22:27:39 -05:00
Matt Bierner 1c85aeab67
Remove extra service properties (#168256)
This replaces everywhere in our code where we had the following:

```
@IService readonly service: IService
```

This creates a publicly accessible service, which is almost never what you want. Instead these services should either be private or only passed in as constructor arguments
2022-12-06 18:36:13 -08:00
Matt Bierner 220f9387c9
Fix showing keybindings in code action widget (#168254)
This also refactors how keybindings are passed in to remove the concept of a `IActionKeybindingResolver`
2022-12-06 16:34:19 -08:00
David Dossett a49a1db99e
Fix tab close icon margin when positioned on the left (#168252) 2022-12-07 01:10:09 +01:00
Matt Bierner 16e7698751
Shorten update import labels (#168250)
Fixes #165907

This aligns with the markdown update imports UI
2022-12-07 01:09:05 +01:00
David Dossett 9a8f118aa9
Match quick pick button height to input height (#168251) 2022-12-07 01:03:05 +01:00
Peng Lyu f1ae1403f7
Fix #154986. Update clear outputs action name (#168249) 2022-12-07 00:53:51 +01:00
David Dossett df0c79cfec
Update focus border in hc-light theme (#168247) 2022-12-07 00:49:07 +01:00
Joyce Er 12378f3f5f
Update my-work.github-issues (#168245) 2022-12-07 00:40:59 +01:00
Connor Peet 2f2e4e1762
debug: bump js-debug (#168238) 2022-12-07 00:23:47 +01:00
David Dossett c060963f3d
Fix missing list focus outlines in settings UI (#168243)
Fix settings UI table focus
2022-12-06 15:23:23 -08:00
Daniel Imms dd830ee028
Merge pull request #168222 from microsoft/tyriar/166701
Always fallback to monospace in the terminal
2022-12-06 15:10:03 -08:00
Daniel Imms 69c8a7594d
Merge pull request #168228 from microsoft/tyriar/166506
Show Terminal menu on web
2022-12-06 15:04:37 -08:00
Joyce Er 7b83bc62ad
Merge pull request #167867 from microsoft/dev/joyceerhl/jolly-takin
Add `onLanguage` activation event for Emmet
2022-12-06 15:03:46 -08:00
Matt Bierner 2a3467e7aa
Pick up latest TS for building VS Code (#168236) 2022-12-06 23:56:18 +01:00
David Dossett 07a8c6752e
Improve focus border contrast for quiet light, solarized light, and monokai themes (#168237)
Fix #165386
2022-12-06 23:52:11 +01:00
David Dossett eefd5edc4d
Remove old/unused walkthrough images (#168235)
* Remove old/unused walkthrough images

* Remove more.png
2022-12-06 23:48:03 +01:00
Matt Bierner 23ce9daef8
Adopt css colors in parameter hints widget (#168234)
* Adopt css colors in parameter hints widget

For #165169

* Add opacity to borders
2022-12-06 14:47:55 -08:00
David Dossett a3ce458be0
Fix status bar hover/active background (#168233) 2022-12-06 23:24:55 +01:00
Matt Bierner ac88f33e2c
Revert "Fix: New md file scrolls to Top. (#164999)" (#168224)
This reverts commit 54543cf5bf.
2022-12-06 22:50:30 +01:00
Daniel Imms 3d3db02a07
Fix tests to include fallback font 2022-12-06 13:48:53 -08:00
Daniel Imms 533678ede6
Show Terminal menu on web
Fixes #166506
2022-12-06 13:46:50 -08:00
Alexandru Dima 94acd2c085
Change the default of editor.renderFinalNewline to dimmed on Linux (#168220)
Fixes #141169: Change the default of `editor.renderFinalNewline` to `dimmed` on Linux
2022-12-06 22:29:13 +01:00
Daniel Imms ef05bd2e60
Always fallback to monospace in the terminal
Fixes #166701
2022-12-06 13:22:48 -08:00
Tyler James Leonhardt 2b642e1c98
Define 'language' for translators (#168118)
* define 'language' for #129029

* Update src/vs/workbench/contrib/codeEditor/browser/untitledTextEditorHint/untitledTextEditorHint.ts

Co-authored-by: John Murray <johnm@georgejames.com>

Co-authored-by: John Murray <johnm@georgejames.com>
2022-12-06 13:19:22 -08:00
Megan Rogge 3c84e0d763
tweak command name (#168214)
fix #143701
2022-12-06 14:40:31 -06:00
Connor Peet 73c9764d50
testing: allow work after user interrupts test (#168212)
Gives a 10 seconds timeout for test extensions to tear down and write
out remaining messages, instead of immediately finalizing the run when
the user clicks the stop button. Users can also click the test button
again to forcefully end the run.
2022-12-06 15:29:59 -05:00
Alexandru Dima bafda10a37
Make setContext an API command (#168215)
Fixes #46445: Make `setContext` an API command
2022-12-06 21:17:10 +01:00
Alexandru Dima 07892e4ef2
Move more style rules to css (#168210) 2022-12-06 20:45:57 +01:00
Mikl Wolfe 1d7f930246
Remove repository.ts default parameter types (#155908)
* Remove closeDiffEditors inferred parameter type

* Remove pushTo inferred parameter type

* Remove _push inferred parameter type

* Remove isBranchProtected inferred parameter type
2022-12-06 20:30:26 +01:00
Megan Rogge e381480cd4
part of #167239 (#168208)
fix #167417
2022-12-06 20:29:29 +01:00
Megan Rogge 0bae6f7964
register command selectors as first priority in terminal quick fix addon (#168206)
fix #168154
2022-12-06 20:13:06 +01:00