Commit Graph

71463 Commits

Author SHA1 Message Date
SteVen Batten
351aa03df4 upgrade panel actions in control layout 2022-01-12 18:07:44 -08:00
SteVen Batten
a6801a7768 bring in more actions 2022-01-12 17:08:50 -08:00
Rob Lourens
ad5632d25e Put "New File" next to "New File..."
Fix #137328
2022-01-12 16:55:21 -08:00
SteVen Batten
b49f86abca include editor layout actions in layout control 2022-01-12 16:21:28 -08:00
rebornix
9e51a567d4 pass wholeWord/matchCase to webview 2022-01-12 16:03:49 -08:00
rebornix
1868b4a7bf disable regex if find in md/output is enabled. 2022-01-12 15:53:19 -08:00
Connor Peet
6038545bbf exthost: fix params not being passed correctly and debug title not being set 2022-01-12 15:46:52 -08:00
meganrogge
d914ad11a5 tidy scripts 2022-01-12 17:42:05 -06:00
Max Grekhov
a7575fb272 open editors: sort by fullPath (#133790)
* open editors: sort by fullPath

* update description for sortOrder

* 💄

* Typo

Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
2022-01-12 15:37:33 -08:00
Tyler James Leonhardt
cf475927b4 Merge pull request #140595 from microsoft/TylerLeonhardt/credentials-handled-by-server
delegate encryption and credentials to server if we have a remote
2022-01-12 15:31:54 -08:00
Connor Peet
f931ee139b exthost: define console methods as non-writable to avoid telemetry issues 2022-01-12 14:47:41 -08:00
Connor Peet
774f716196 testing: update welcome view text from feedback 2022-01-12 14:43:26 -08:00
Connor Peet
a47b55caaf testing: auto open testing view with option
Fixes #140596
2022-01-12 14:41:19 -08:00
Connor Peet
87e078d1a0 testing: add cancelltion token to refresh action in createTestController 2022-01-12 14:14:49 -08:00
Alexandru Dima
f0568e44a2 Attempt to fix unit tests 2022-01-12 22:47:46 +01:00
Alexandru Dima
097ae1a216 Use a better method to detect zooming that works in all browser 2022-01-12 22:39:41 +01:00
Alexandru Dima
3ae4e6843b Eliminate zoomLevel from FontInfo because it is already reflected in pixelRatio. 2022-01-12 22:34:39 +01:00
Alexandru Dima
acac174fe4 Fixes #138240: Use matchMedia to detect device pixel ratio changes 2022-01-12 22:08:23 +01:00
Sandeep Somavarapu
dce080bba5 #140088 - fix migrating storage twice 2022-01-12 22:08:13 +01:00
Tyler Leonhardt
edfe5d03bb delegate encryption and credentials to server if we have a remote 2022-01-12 12:54:21 -08:00
Megan Rogge
a06da5249b add shell integration setting (#140436) 2022-01-12 14:52:12 -06:00
SteVen Batten
6de6634fa4 more regex 2022-01-12 12:45:32 -08:00
Raymond Zhao
cf8825576d Add default override indicator (#140312)
Fixes #137943
2022-01-12 12:38:34 -08:00
Raymond Zhao
e340a56250 Fixes #139175
1. Accept {} as the value of an object setting
in order to prevent triggering a reset of the
value when the user specifically asked for that value.
2. Only delete setting value keys that match the default
for the bool object renderer. Consequently, only
add on default values to the display value for the bool
object renderer.
3. Use element.value, considering it is already there to
help with finding the display value.
2022-01-12 12:37:45 -08:00
meganrogge
b560f60f6b fix #140430 2022-01-12 14:37:05 -06:00
rebornix
347f954c29 enable find in md/output. 2022-01-12 12:21:34 -08:00
rebornix
7d6c9f1745 clear selections after find in webview. 2022-01-12 12:21:34 -08:00
Connor Peet
3d1576a655 exthost: allow aliasing required modules for back compat
Fixes #140585
2022-01-12 12:10:07 -08:00
Sandeep Somavarapu
08b9273809 #140088 - extension storage migration support while migrating to pre-releases 2022-01-12 20:05:44 +01:00
Tyler Leonhardt
4d930765f3 refactor credentials service to main
ensure keytar is there and register service correctly

remove console log

remove extra line
2022-01-12 09:21:19 -08:00
Andre Weinand
7f5007c9a4 make stopDebugging use disconnect for "attach" sessions; fixes #140560 2022-01-12 17:46:30 +01:00
Johannes Rieken
0c61830dc3 use real cancellation token for format on type 2022-01-12 17:45:37 +01:00
Johannes Rieken
68c731ccf7 format on type shouldn't listen to all config changes 2022-01-12 17:35:36 +01:00
Johannes Rieken
c79dcf8c5c use "sliding window" average for language feature delays, https://github.com/microsoft/vscode/issues/140557 2022-01-12 17:24:02 +01:00
Alexandru Dima
9d281a5917 Fixes #140281: update to latest loader 2022-01-12 17:14:13 +01:00
Johannes Rieken
1270176a59 💄 https://github.com/microsoft/vscode/issues/16221#issuecomment-264527520 2022-01-12 16:52:55 +01:00
Johannes Rieken
db424580ad fix https://github.com/microsoft/vscode/issues/140565 2022-01-12 16:40:14 +01:00
Johannes Rieken
e5703c8405 allow to race against cancellation when invoking _withAdapter, never log cancellation errors, https://github.com/microsoft/vscode/issues/140557 2022-01-12 16:17:39 +01:00
Benjamin Pasero
603274e3d2 smoke - further reduce log spam 2022-01-12 16:16:47 +01:00
Alex Ross
4d1d73f6ef Revert "Add timestamps to comments proposal (#139849)"
This reverts commit b978d7150c.
2022-01-12 15:51:57 +01:00
Alex Ross
96b6511b5d Tree dnd proposal renames 2022-01-12 15:51:40 +01:00
Alexandru Dima
7ade5ddcce Fixes #138997: Allow removal rules to be contributed by extensions 2022-01-12 15:12:18 +01:00
Martin Aeschlimann
3a731a2210 server cli fix app name 2022-01-12 15:10:00 +01:00
Johannes Rieken
7855392ed4 add raceCancellationError-util, tweak raceCancellation-util as well, https://github.com/microsoft/vscode/issues/140557 2022-01-12 14:56:01 +01:00
isidor
1356392d15 always set aria-selected, even for listbox 2022-01-12 14:54:30 +01:00
Martin Aeschlimann
00de2f161b server cli: remove --exec, show warning when in compatibility mode 2022-01-12 14:51:08 +01:00
Alex Ross
b978d7150c Add timestamps to comments proposal (#139849) 2022-01-12 14:41:23 +01:00
Johannes Rieken
1ab07c536a rename isPromiseCanceledError to isCancellationError, nudge folks towards CancellationError instead of canceled-function 2022-01-12 14:22:36 +01:00
Benjamin Pasero
b1b2bd6c84 server - even less server requirements for callback route 2022-01-12 14:11:29 +01:00
Alex Ross
d7f4200ec3 Allow dashes in host name in ports view
Fixes microsoft/vscode-remote-release#6148
2022-01-12 13:33:43 +01:00