Ladislau Szomoru
302c41cf4e
Add command to drop all stashes
2022-01-07 11:11:16 +01:00
Johannes Rieken
419e16a49c
update distro
2022-01-07 10:32:25 +01:00
Alex Dima
1499478735
Remove code that was relying on 'ced-colorBox' (follow up from #132537 )
2022-01-07 10:21:47 +01:00
Alex Dima
275b0c05ee
Simplifications
2022-01-07 10:21:47 +01:00
Alex Dima
8b79fd1ef3
Store results in HoverOperation
2022-01-07 10:21:46 +01:00
Alex Dima
23b4817e0e
Let HoverOperation manage the result
2022-01-07 10:21:46 +01:00
Alex Dima
37f93d8273
Improvements to HoverOperation
2022-01-07 10:21:46 +01:00
Ladislau Szomoru
a4d7014d7a
Git - add setting to control repository scan depth ( #140260 )
2022-01-07 10:18:53 +01:00
Johannes Rieken
6540fc6105
more inlay hint range tweaks, https://github.com/microsoft/vscode/issues/129528
2022-01-07 09:54:38 +01:00
Johannes Rieken
3f8abf0de4
resolve item only once, https://github.com/microsoft/vscode/issues/129528
2022-01-07 09:39:52 +01:00
Alex Dima
ea2afbaf90
update distro
2022-01-07 07:40:20 +01:00
Alex Dima
d56cb39ab1
Simplifications
2022-01-07 07:32:29 +01:00
Alex Dima
e16700b28b
Avoid passing ContentHoverController to hover participants
2022-01-07 07:32:29 +01:00
Alex Dima
616359498f
Reduce interactions around color picker
2022-01-07 07:32:29 +01:00
Alex Dima
93f987a8a2
Extract ContentHoverController
2022-01-07 07:32:29 +01:00
Alex Dima
5582f9bbad
More cleanup
2022-01-07 07:32:29 +01:00
Alex Dima
18ccd36793
Remove broken workaround
2022-01-07 07:32:28 +01:00
Alex Dima
ef9b27acc2
Minor cleanup
2022-01-07 07:32:28 +01:00
Rob Lourens
e3a847db98
Remove isPaused from internal cell metadata
2022-01-06 19:29:07 -08:00
Matt Bierner
ba06d4d023
Remove unused messages
2022-01-06 16:26:20 -08:00
Matt Bierner
1666e1d9cc
Move sw message registration before call to register
...
This should make sure we get any messages from the sw
2022-01-06 16:26:20 -08:00
Matt Bierner
4617e0c73b
Adding more logging for webview resource loading
2022-01-06 16:26:19 -08:00
Matt Bierner
b3dcf63c3d
Return 401 for unathorized resources
...
This makes it clearer why a request is failing
2022-01-06 16:26:19 -08:00
Raymond Zhao
1bcb0af486
Add field for split editor in default settings
...
Adds a new content field for the default settings without
the most commonly used group. The field is then consumed
by the default setting side of the split json editor.
Fixes #137122
2022-01-06 15:47:01 -08:00
SteVen Batten
eb7166d4af
fixes #140189 remove debug line
2022-01-06 14:45:14 -08:00
Andre Weinand
252b7ac7eb
use DAP modules from @vscode org
2022-01-06 22:24:14 +01:00
Connor Peet
a87cdeaec7
testing: add refresh action
...
For #139737
2022-01-06 13:02:51 -08:00
Raymond Zhao
384cee8d17
Properly prevent same-page navigation
...
Ref #138175
2022-01-06 12:02:33 -08:00
meganrogge
231e283c8c
enableWebglRenderer within xtermTerminal
2022-01-06 11:45:11 -06:00
Johannes Rieken
e32cdfd97c
some cleanup, also make sure to cache inlays with most recent range (as updated by the editor), https://github.com/microsoft/vscode/issues/16221
2022-01-06 17:28:07 +01:00
Daniel Imms
6ef041e338
Remember valid absolute executable when resolving profile
...
With tests this time
Fixes #140015
2022-01-06 08:25:05 -08:00
Daniel Imms
d9e8526f7b
Revert "Remember vlaid absolute executable when resolving profile"
...
This reverts commit a0b0180a5a .
2022-01-06 08:18:16 -08:00
Daniel Imms
a0b0180a5a
Remember vlaid absolute executable when resolving profile
...
Fixes #140015
2022-01-06 08:14:29 -08:00
Johannes Rieken
3677cc48a8
support to resolve inlay hints for hover and for future display parts, https://github.com/microsoft/vscode/issues/129528
2022-01-06 16:30:04 +01:00
Henning Dieterichs
e084da0721
Fixes injected text inline classname issue for wrapped lines.
2022-01-06 15:45:37 +01:00
Johannes Rieken
0c933120f6
add InlayHint#tooltip and wire it up with hover participant, https://github.com/microsoft/vscode/issues/129528
2022-01-06 14:39:21 +01:00
Johannes Rieken
270154ae22
add mechanics for inlay hovering, https://github.com/microsoft/vscode/issues/129528
2022-01-06 14:39:21 +01:00
Johannes Rieken
6cd86c023a
fix issue that causes inlay hints to get lost when using multiple editors, fyi @bpasero
2022-01-06 14:39:21 +01:00
John Murray
faf4de0d7a
fix #118617 use term 'remote' when referring to lack of upstream branch ( #120467 )
2022-01-06 13:55:48 +01:00
Benjamin Pasero
1bcc4d63d4
watcher - skip excludes when watching file directly
2022-01-06 10:59:42 +01:00
Martin Aeschlimann
cac59bca79
group server cli arguments (For #137658 )
2022-01-06 09:30:09 +01:00
Benjamin Pasero
d622a8d39f
tests - skip flakes ( #140200 , #140201 )
2022-01-06 07:45:19 +01:00
Benjamin Pasero
ef01b87295
tests - createRandomIPCHandle is flaky
2022-01-06 07:42:03 +01:00
Matt Bierner
9afbea7caa
Fix loader for jupyter notebooks
2022-01-05 17:51:47 -08:00
Raymond Zhao
cdcc51d521
Revert "Add field for split editor in default settings"
...
This reverts commit 369aba46b2 .
2022-01-05 16:48:08 -08:00
Raymond Zhao
369aba46b2
Add field for split editor in default settings
...
Adds a new content field for the default settings without
the most commonly used group. The field is then consumed
by the default setting side of the split json editor.
Fixes #137122
2022-01-05 16:14:06 -08:00
Megan Rogge
95a0e2b859
improve terminal link keyboard navigation experience ( #140121 )
2022-01-05 17:27:09 -06:00
Matt Bierner
80ce88bc6a
Adopt strike through for markdown
...
Fixes #43504
Picks up new markdown grammar with strikethrough support and also adopts it for our built-in themes
2022-01-05 15:13:35 -08:00
Matt Bierner
9ed5a855c1
Add support for office-script virtual file system
2022-01-05 14:53:44 -08:00
Matt Bierner
ef69c9c8d8
Fix markdown pinning test
2022-01-05 14:49:00 -08:00