Commit graph

13213 commits

Author SHA1 Message Date
David Dossett 3b8971f94c
Fix sticky scroll background within peek views in v2 themes (#169043) 2022-12-13 13:44:06 -08:00
Megan Rogge 3e9bfdddc0
quick fix API polish (#168688)
* fix #167649

* Update src/vs/platform/terminal/common/xterm/terminalQuickFix.ts

* fix #167652

* add builtin everywhere for consistency

* fix  #167621 and fix #167646

* get rid of type in api

* fix  #167584

* fix #167587

* fix #167587

* fix #167590 and fix #167557

* Revert "fix #167652"

This reverts commit cf4cc72790.

* Update src/vs/workbench/contrib/terminal/common/terminal.ts

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>

* Update src/vscode-dts/vscode.proposed.terminalQuickFixProvider.d.ts

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>

* use const enum + more

* use classes

* update npm package.json

* add example for outputMatcher

* improve description

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2022-12-13 19:32:54 +01:00
David Dossett fe646508b2
Add subtle borders to widgets (#167773)
* Add border to quick pick to match menus

* Add more borders and border radius to widgets

* More border updates

* Move color defaults to themes

* Address feedback
2022-12-13 10:27:08 -08:00
David Dossett 078e953c3f
Fix status bar item hover/active colors (#169024) 2022-12-13 19:04:59 +01:00
Ladislau Szomoru 5d8216787f
Git - Remove double quotation mark from the property value (#168981)
Remove double quotation mark from the property value
2022-12-13 14:08:10 +01:00
David Dossett 0688a52cd3
Light+ V2: match panel background to other workbench parts (#168916) 2022-12-12 16:25:10 -06:00
David Dossett 6f1bf7825b
Light+ V2: Fix text block quote background (#168915) 2022-12-12 16:24:48 -06:00
David Dossett ee3c8252ec
Dark+ V2: match panel color to rest of the workbench (#168906)
Match panel color to rest of the workbench
2022-12-12 12:44:58 -08:00
Matt Bierner a9e4a0f0ed
Pick up latest markdown-it katex (#168673)
Fixes #138970
2022-12-10 00:26:06 +01:00
Matt Bierner 3c5db04316
Use proper function to get image dirname (#168652)
Fixes #168608
2022-12-09 20:45:48 +01:00
Ladislau Szomoru d97a30c701
Git - Improve unsafe repository handling (#168568)
Improve unsafe repository handling by extracting the  repository path to be used when calling git config
2022-12-09 20:23:35 +01:00
Henning Dieterichs 741f5b480a
Fixes flashing of inline conflict marker code lenses (#168598) 2022-12-09 15:16:55 +01:00
Ladislau Szomoru 4ccf2d729b
Git - fix untracked group commands (#168593) 2022-12-09 14:52:09 +01:00
Henning Dieterichs 5597167c4c
Fixes #79125 (#168588) 2022-12-09 14:06:55 +01:00
Johannes Rieken a89b0e97a1
ensure (newly) selected item from references tree is visible in the editor (#168574)
fixes https://github.com/microsoft/vscode/issues/167296#event-7989480633
2022-12-09 13:31:54 +01:00
David Dossett c6aaa761fd
Fix status bar item + remote indicator hover color (#168502) 2022-12-08 20:31:35 +01:00
Matt Bierner 2a04638dba
Pick up TS 4.9.4 (#168500)
For #168354
2022-12-08 20:20:30 +01:00
Ilya Golovin 603019055e
Fix: make git commands work with keyboard (#159113)
* Fix: make git commands work from keyboard

* refactor: improve code style
2022-12-08 14:44:07 +01:00
Matt Bierner b63dd77718
Remove TS extension's use of resolver proposal (#168371)
Fixes #164039
2022-12-08 01:16:19 +01:00
Matt Bierner 9ad5c4a205
Use JSX in display names of the TypeScript React and JavaScript React languages (#168368)
Use JSX in display names of the TypeScript React and JavaScript React languages

Fixes #138285

This changes the display name of the languages `JavaScript React` -> `JavaScript JSX` and `TypeScript React` -> `TypeScript JSX`

This only changes the display names and leaves the ids alone. Changing the ids would be a very breaking change for extensions with no real user benefits
2022-12-08 00:56:04 +01:00
Matt Bierner 1c89f079be
Don't show empty @return in JSDoc (#168366)
Fixes #164888
2022-12-07 15:47:31 -08:00
Tyler James Leonhardt eab8c54b30
Fix a translation (#168353) 2022-12-08 00:08:36 +01:00
David Dossett 48afb8e408
Fix secondary button foreground and hover colors (#168357)
Fix secondary button foreground
2022-12-08 00:02:14 +01:00
Matt Bierner fd0ee4f77e
Remove explicit support for TS versions < 3.0 (#168348)
This removes extra code we had to support TS versions that are 4+ years old. We do not test these versions and a very small number of users are actually using them
2022-12-07 23:31:35 +01:00
Raymond Zhao 62d2aad6a6
Add preventDefault calls, ref #138175 (#168310) 2022-12-07 10:41:21 -08:00
Martin Aeschlimann 3f89b2fbf3
handlebars extension not acivated in remote window (#168313) 2022-12-07 16:15:36 +01:00
Johannes Rieken 386459dec0
fix https://github.com/microsoft/vscode/issues/146171 (#168307) 2022-12-07 15:22:52 +01:00
N1kO23 9d1c2920c0
Added ${rootNameShort} formatting (#165744)
* Added ${rootNameShort} formatting

* Add unit tests for label that use rootNameShort

* move `Verbose` interface to a better location

* more support

* 💄

* fix tests

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-12-07 14:51:38 +01:00
Alex Ross 4532436315
Exclude strings from HTML grammar patch (#168306)
Fixes #160549
2022-12-07 14:44:00 +01:00
Sandeep Somavarapu 911e119dfc
fix #168299 (#168303) 2022-12-07 14:17:58 +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
Ladislau Szomoru 0f8bf1b66b
Git - Fix error handling regression (#168284)
Fix error handling regression
2022-12-07 10:36:02 +01:00
Matt Bierner c0f6c67a09
Pick up latest markdown-it katex (#168269)
For #149295
2022-12-07 06:00:11 +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
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
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 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
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
Martin Aeschlimann dac409ee91
set virtualWorkspaces: limited (#168177) 2022-12-06 16:52:23 +01:00
Mikl Wolfe 73221ee046
Update git config.followTagsWhenSync definition (#155914) 2022-12-06 15:03:22 +01:00
Martin Aeschlimann b27ee6b7b5
[html/css/json] pass the location of the localization bundle to the server (#168111)
pass the location of the localization bundle to the server
2022-12-05 14:49:27 -08:00
Matt Bierner d62fb120a4
Pick up latest markdown language server (#167869) 2022-12-05 21:13:24 +01:00
David Dossett 9f43a4ffda
Add experimental default dark/light v2 themes (#167104)
* Add experimental default dark/light themes

* Update themes and name

* Add colorizer test results

* Update accent color

* Fix status bar no folder background issue

* Fix tree indent strokes

* Update lighter layer

* Fix breadcrumbs

* Update accent

* Update light lights and dark links

* Update colorizer test
2022-12-05 11:41:50 -08:00
Joyce Er 692791d8a8 Adopt onLanguage for Emmet 2022-12-02 19:21:32 +00:00
Connor Peet dc83ca1951
npm: adopt terminal quick fix api (#167664)
Fixes https://github.com/microsoft/vscode/issues/167588
2022-12-02 08:20:53 -08:00
Alex Ross fb2837b03f
Update grammars (#167938) 2022-12-02 16:42:11 +01:00
最萌小汐 930fd0e469
update Lua-grammar (#167692) 2022-12-02 16:12:07 +01:00
Raymond Zhao 5762c7821c
Use includes instead of indexOf (#167860)
Use indexOf instead of includes
2022-12-02 01:17:10 +01:00
Matt Bierner 9b3371e6e3
Fix path sep for markdown drop on windows (#167862)
Fixes #167824
2022-12-01 19:27:21 +01:00