aamunger
dd585edf6d
better error message
2022-11-04 10:25:50 -07:00
Alex Ross
452e028048
Comment view filtering: incorrect count (Showing x of y) ( #165517 )
...
Fixes #165444
2022-11-04 09:58:38 -07:00
Henning Dieterichs
db0c4da8f0
Merge pull request #165423 from Mingpan/mingpan/fix-diff-revert-arrows
...
Fix arrows in side-by-side diff view
2022-11-04 17:26:14 +01:00
Sandeep Somavarapu
5e47d25f80
Fix typings issues with TestInstantiationService #164297 ( #165514 )
2022-11-04 09:10:30 -07:00
Martin Aeschlimann
5a8c62b685
Progressbar: Use css variables for styling ( #165503 )
...
Progressbar: Use css variables for styling (for #165478 )
2022-11-04 15:31:07 +01:00
Sandeep Somavarapu
d0bf29c2e7
do not set appication extensions location for default profile ( #165496 )
2022-11-04 05:41:11 -07:00
Martin Aeschlimann
9aba7db0b4
Reduce unused exports ( #165494 )
2022-11-04 13:37:37 +01:00
Ladislau Szomoru
b208b8794d
Git - Optimistic UI plumbing ( #165237 )
2022-11-04 04:52:28 -07:00
Sandeep Somavarapu
2423a7a714
support updating installed extensions ( #165485 )
...
* support updating installed extensions
when installed externally (cli, manual)
* 💄
* refactor
2022-11-04 12:41:50 +01:00
Ladislau Szomoru
f60ff405f4
Git - Add "OK, Don't Ask Again" button to the publish branch prompt ( #165487 )
...
Add "OK, Don't Ask Again" button to the publish branch prompt
2022-11-04 12:41:17 +01:00
Matt Bierner
0bd1531e00
Adopt l10n for ts extension ( #165450 )
...
For #164438
Also refines the eslint rule from #165448
2022-11-04 09:50:18 +01:00
Matt Bierner
cd29f751eb
Adopt l10n for markdown extension ( #165448 )
...
For #164438
Also makes our eslint rules understand `vscode.l10n.t(`
2022-11-04 09:49:49 +01:00
Megan Rogge
e764c5b816
fix #165434 ( #165440 )
2022-11-03 20:00:09 -07:00
Matt Bierner
84154c629d
Add typings for webview messages ( #165446 )
2022-11-03 18:59:21 -07:00
Raymond Zhao
989f0dfa69
Use CSS variables for settingsTree.ts ( #165437 )
...
Ref #165169
2022-11-03 16:00:51 -07:00
Tyler James Leonhardt
0249ba460f
use the actual extension id as the id in the language pack ( #165436 )
...
Past behavior caused 404s to be thrown by the unpkg service because core was trying to load:
`${extensionId}` -> `vscode.markdown`
and not what the build creates in the language packs:
`vscode.${extensionFolder}` -> `vscode.markdown-basics`
this aligns build time and runtime.
2022-11-03 15:50:50 -07:00
Martin Aeschlimann
2e47c97e6f
keybindingLabel: switch theming to css variables ( #165426 )
2022-11-03 14:21:05 -07:00
David Dossett
0a6c7281a1
Improve command center hover colors ( #165427 )
...
Improve command center hover interaction
2022-11-03 14:12:09 -07:00
Megan Rogge
92c40e4bda
adopt CSS variables in terminal ( #165419 )
2022-11-03 16:42:29 -04:00
Joyce Er
6199d0e9df
Improve file dialog action button ( #165417 )
...
* Improve file dialog action button
* `Location` -> `Destination`
2022-11-03 13:34:43 -07:00
Megan Rogge
eeb5ea617a
remove unused exports ( #165411 )
...
task part of #164933
2022-11-03 15:46:34 -04:00
Raymond Zhao
3d2bd905cd
Refactor settingsWidgets ( #165412 )
...
* WIP Change Settings editor CSS to variables
* Refactor settingsWidgets
2022-11-03 12:35:06 -07:00
Matt Bierner
e7e403d83f
Bump target for build scripts ( #165287 )
2022-11-03 12:19:54 -07:00
Alex Ross
640bcd7e70
Contributed activity's busy icon fails to display after resetting containing TreeView's badge state ( #165255 )
...
Fixes #165181
2022-11-03 12:13:02 -07:00
Raymond Zhao
78f27b8e32
Remove redundant CSS rules ( #165401 )
...
Ref #165169
Ref #157564
After changing workspace trust and policy settings
to use indicators, a bunch of CSS rules became redundant.
This PR removes those CSS rules.
2022-11-03 14:28:06 -04:00
Jean Pierre
708cd91201
Fixes Terminal: Focus Terminal Tabs view
command not working ( #164408 )
2022-11-03 14:26:19 -04:00
Johannes Rieken
e8eb39bac2
debt: move or remove NullXYZServices
( #165397 )
...
We have a few NullXYZServices. Those are useful for testing but we should move them to separate files so that we don't end up shipping them with the product
2022-11-03 10:52:14 -07:00
Johannes Rieken
98546b2287
eslint: add a new rule to enforce declare _serviceBrand: undefined
( #165396 )
2022-11-03 10:32:37 -07:00
SteVen Batten
bc1088e8a5
proper check for WCO ( #165384 )
...
fixes #165337
2022-11-03 10:25:08 -07:00
Martin Aeschlimann
db48079fd1
last folding range not restored ( #165390 )
...
* last folding range not restored
* Update src/vs/editor/contrib/folding/browser/foldingRanges.ts
Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>
* Update src/vs/editor/contrib/folding/browser/foldingRanges.ts
Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>
* Update src/vs/editor/contrib/folding/browser/foldingRanges.ts
Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>
Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>
2022-11-03 18:15:23 +01:00
Raymond Zhao
5440af45a4
Reduce unused exports, ref #164939 ( #165389 )
2022-11-03 18:14:03 +01:00
Mingpan
bd254f9702
Fix arrows in side-by-side diff view
2022-11-03 17:59:44 +01:00
Huiwen
1aaf61f6b9
Fix tasks status incorrect #163393 ( #163952 )
2022-11-03 12:53:16 -04:00
Ladislau Szomoru
e3d7e621f2
Git - Remove localization from askpass-main ( #165129 )
...
Remove localization from askpass as it runs in a separate process
2022-11-03 09:35:45 -07:00
Logan Ramos
8b79a00f9f
Fix renderHeight being undefined ( #165373 )
2022-11-03 09:34:58 -07:00
Henning Dieterichs
739bf4e32a
Implement Add "Ignore" buttons #164425 ( #165387 )
2022-11-03 09:31:09 -07:00
Joyce Er
b75ba63f04
Partially reverts 1b83b96a46
( #165372 )
...
Partially reverts 1b83b96a46
2022-11-03 08:41:14 -07:00
Logan Ramos
c6210c1c58
Reduce loaded web modules ( #165369 )
2022-11-03 08:36:45 -07:00
Joyce Er
fe5f564db1
Attempt to fix Rust clippy lint errors ( #165377 )
2022-11-03 11:19:58 -04:00
Alexandru Dima
4608b378a8
Align cache key across OSes ( #165042 )
2022-11-03 14:48:47 +01:00
Johannes Rieken
16f30d90d2
stricter definition for what a trival snippet it ( #165355 )
...
fixes https://github.com/microsoft/vscode/issues/163808
2022-11-03 06:48:29 -07:00
Johannes Rieken
46face3cc7
combine all origin selection ranges when having multiple go-to via mouse result ( #165349 )
...
fixes https://github.com/microsoft/vscode/issues/160958
2022-11-03 06:12:01 -07:00
Johannes Rieken
e8ae985c56
starting timings (perf machine) shouldn't complain about missing cached data ( #165342 )
2022-11-03 14:04:24 +01:00
Johannes Rieken
b3523bc5ca
joh/external marlin ( #165336 )
...
* move typeHierarchyPeek onto CSS variables
* move symbolIcons onto CSS variables
* move markerHoverParticipant onto CSS variables
2022-11-03 13:35:34 +01:00
Sandeep Somavarapu
e9db45a0de
Fix #164690 #164730 ( #165331 )
...
* Revert "Revert "Fix #164690 #164730 (#165279 )" (#165302 )"
This reverts commit d9ed6d1ef4
.
* store migration completion marker in profile
2022-11-03 12:02:53 +01:00
Henning Dieterichs
209a5cd517
Fixes #165238 ( #165242 )
2022-11-03 03:57:53 -07:00
Peng Lyu
86f0f9bfa2
Move notebook editor widget theme to css variables ( #165300 )
2022-11-02 19:25:43 -07:00
Matt Bierner
f945df1b2d
Enable strict mode and bump target for test/smoke ( #165296 )
2022-11-02 19:23:58 -07:00
Matt Bierner
c55ef92fed
Reduce usage of invalid property overrides ( #165293 )
...
With native property fields, a few of our properties are no longer valid. This either removes them or switches them to use declare instead
2022-11-02 19:23:14 -07:00
Megan Rogge
d9ed6d1ef4
Revert "Fix #164690 #164730 ( #165279 )" ( #165302 )
2022-11-02 17:48:32 -07:00