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 https://github.com/microsoft/vscode/commit/1b83b96a4658097d1939f0b6ec68823197340a00
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
Matt Bierner
4efa993b13
Bump targets for test/automation and test/integration ( #165298 )
...
Also enables strict mode for test/integration since it only had strict null checks previously
2022-11-02 17:10:12 -07:00
Matt Bierner
57d64af6ad
Use ?. for property access ( #165295 )
2022-11-03 00:49:36 +01:00
David Dossett
2da60fd58b
Update quick pick placeholders and/or remove titles ( #165267 )
2022-11-02 15:43:18 -07:00
Megan Rogge
87bf03770e
tweak quick pick pin conditional ( #165285 )
...
tweak conditional
2022-11-02 18:25:32 -04:00
Ian Huff
9dd6ae2026
Remove ianhu from team github issue notebooks ( #165281 )
...
* remove ianhu from team github issue notebooks
* revert accidental line end change
Co-authored-by: Ian Huff <ianhuff@Ians-MacBook-Pro.local >
2022-11-02 15:12:18 -07:00
Sandeep Somavarapu
9c0c68c8cf
Fix #164690 #164730 ( #165279 )
...
- Maintain default installed extensions manifest always
- Adopt to default installed extensions manifest
- Add externally installed extension to default extensions manifest
2022-11-02 22:48:15 +01:00
Alex Ross
14d922cd51
Duplicating Menu Actions when switching profiles ( #165274 )
...
Fixes #161910
2022-11-02 22:44:37 +01:00
Alex Ross
9545edf1dc
TestInstantiationService in fileDialogService.test.ts ( #165270 )
...
Part of #164297
2022-11-02 22:44:13 +01:00
Megan Rogge
d1624fc87e
skip resolve (without backup) test ( #165277 )
2022-11-02 13:53:46 -07:00
Logan Ramos
86b8ed4649
Fix autoreveal on file nest ( #165272 )
2022-11-02 20:37:50 +01:00
Megan Rogge
469ee9360d
don't set quick pick items every time value changes ( #165113 )
2022-11-02 09:41:28 -07:00
Joyce Er
1b83b96a46
Save all dirty editors before storing edit session ( #165246 )
2022-11-02 09:36:56 -07:00
Matt Bierner
c36c93a37d
Let opener service validate that only specific commands can be run in command uris ( #165204 )
2022-11-02 09:26:49 -07:00
Logan Ramos
6aaf830b9c
Fix some cases of incremental naming disabled ( #165253 )
2022-11-02 09:05:41 -07:00
SphinxKnight
db1c4d4f85
Nit: fix Tip blocks case ( #165223 )
2022-11-02 12:00:13 -04:00
Johannes Rieken
f6f944e7ed
report perf marks whenever delivered ( #165250 )
2022-11-02 08:43:55 -07:00
Johannes Rieken
ba9be48390
adopt vscode.l10n in references view ( #165245 )
...
https://github.com/microsoft/vscode/issues/164438
2022-11-02 08:21:33 -07:00
Logan Ramos
cc7114b3ba
Switch to using CSS ( #165185 )
...
* Switch to using CSS
* Better fallback value
2022-11-02 09:10:49 -04:00
João Moreno
cbf6c41591
more test cleanup ( #165233 )
2022-11-02 11:52:32 +01:00
João Moreno
ff51b872df
cleanup ipc integration tests ( #165221 )
2022-11-02 09:17:43 +01:00
Ping
7fbec6dcc9
Fix KaTeX equation numbering in notebook preview ( #156276 )
...
Fixes https://github.com/microsoft/vscode/issues/155888
2022-11-02 01:09:32 -07:00
Megan Rogge
ad94ce6435
use ID for quick fix telemetry ( #165197 )
2022-11-02 08:11:14 +01:00
Peng Lyu
3ad328ce40
Merge pull request #165214 from microsoft/rebornix/disturbed-cobra
...
Reduce theme participant for notebook
2022-11-02 00:09:58 -07:00
rebornix
55a95c7086
Reduce theme participant for notebook diff editor
2022-11-01 22:36:34 -07:00
rebornix
19ca019845
Diff overview ruler css variables
2022-11-01 22:17:30 -07:00
Rob Lourens
28cf111d77
Don't clear the pause reason for other threads when processing a stopped event with allThreadsStopped=true ( #165180 )
...
Fix #165032
2022-11-01 22:12:15 -07:00