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 James Leonhardt
3774c64ce2
Merge pull request #140521 from microsoft/TylerLeonhardt/refactor-credentials-service-to-main
...
Refactor credentials service to main
This is to prepare for allowing server to handle storing credentials by moving all the CredentialsService stuff out of NativeHostService into its own Main service and then using that.
Additionally, this fixes some CredentialProvider abstraction leakage by having SettingsSync and ActivityBar depend on the CredService and not the CredProvider directly.
2022-01-12 10:39:51 -08:00
Tyler Leonhardt
226584808a
update distro to reflect new merge commit
2022-01-12 10:37:36 -08:00
Tyler Leonhardt
f2df44ef1f
update distro
2022-01-12 09:38:22 -08: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
João Moreno
8c9870d298
Smoke Test: forcefully kill electron if exit doesn't work ( #140570 )
...
* smoke test: forcefully kill electron if exit doesn't work
* use tree-kill
* roll back veto
2022-01-12 17:02:52 +01:00
Johannes Rieken
1270176a59
💄 https://github.com/microsoft/vscode/issues/16221#issuecomment-264527520
2022-01-12 16:52:55 +01:00
Daniel Imms
508d38f633
Increase integration test timeouts
...
Windows can hit this timeout and the other platforms are close, so increase across
the board.
2022-01-12 07:40:33 -08:00
Johannes Rieken
db424580ad
fix https://github.com/microsoft/vscode/issues/140565
2022-01-12 16:40:14 +01:00
Daniel Imms
860e935d1a
Skip notebooks smoke test suite
...
Part of #140575
2022-01-12 07:35:56 -08: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
Henning Dieterichs
076a6f6235
Fixes #140311 by configuring audioCues.* in settingsLayout.ts
2022-01-12 13:30:54 +01:00
Benjamin Pasero
31dfab2f7c
files - add more tests and fix promisify issue with fs.read and fs.write
2022-01-12 11:32:41 +01:00
Johannes Rieken
1a18335429
💄 simpliy typings around adapter logic
2022-01-12 09:46:52 +01:00
Joao Moreno
f3e66d3b1b
web: use mixin for additional product configuration
...
cc @bpasero
using the ... operator will forcefully override object based configurations, such as `extensionEnabledApiProposals`. we should use mixin instead, since that allows us to recursively mixin properties
2022-01-12 09:45:43 +01:00
Joao Moreno
d486b3ad84
fix NPE
...
cc @jrieken
2022-01-12 09:39:02 +01:00
Benjamin Pasero
f07394552f
💄
2022-01-12 09:31:36 +01:00
Henning Dieterichs
48a18feeb1
Revert "Refactors injected text cursor stops. borderAffinity can be used to resolve conflicts when clicking between two adjacent injected texts."
...
This reverts commit d165ec2b2c .
2022-01-12 09:31:04 +01:00
Martin Aeschlimann
f6b7c20bb9
Merge pull request #140532 from jeanp413/fix-server-token-parsing
...
Fix connection token parsing
2022-01-12 09:25:09 +01:00
Johannes Rieken
8f8d0a9cc4
make sure inlay hints are within range asked for, https://github.com/microsoft/vscode/issues/16221
2022-01-12 09:20:08 +01:00
Johannes Rieken
1bdbdf84e9
api comments and todos, https://github.com/microsoft/vscode/issues/16221#issuecomment-264527520
2022-01-12 09:20:08 +01:00
Henning Dieterichs
d165ec2b2c
Refactors injected text cursor stops. borderAffinity can be used to resolve conflicts when clicking between two adjacent injected texts.
2022-01-12 09:19:00 +01:00
Martin Aeschlimann
052cd11e56
server cli: polish message when using multiple connection-token arguments
2022-01-12 09:10:38 +01:00
Ikko Ashimine
f60e94bc83
editors - fix typo ( #140320 )
...
occured -> occurred
2022-01-12 08:17:27 +01:00
Jackson Kearl
30c827e660
Fix #140403
2022-01-11 21:03:00 -08:00
rebornix
753319a08f
💄
2022-01-11 17:25:40 -08:00
rebornix
73053a3434
nb find markup and cell output filter
2022-01-11 17:08:23 -08:00
jeanp413
16be49254e
Fix conection token parsing
2022-01-11 20:01:01 -05:00
Rob Lourens
5eb3890190
Don't throw for invalid line numbers from a debug adapter, fix #140502
2022-01-11 16:30:10 -08:00
rebornix
409132e783
fix build
2022-01-11 16:21:40 -08:00
Connor Peet
e2c0dc0eb2
testing: persist collapse state more correctly
2022-01-11 16:01:53 -08:00
rebornix
7c666d2c42
adopt css highlight api
2022-01-11 15:55:41 -08:00