Commit Graph

71961 Commits

Author SHA1 Message Date
Sandeep Somavarapu
51dcc9d04f trigger extension sync when
- extension registers sync keys
- extension state has changed
2020-10-25 17:31:36 +01:00
Sandeep Somavarapu
249e97d821 sync extension state only if version matches 2020-10-25 17:23:57 +01:00
Sandeep Somavarapu
1eb2a37ef3 do not sync extension state when extension has not registered any keys to sync 2020-10-25 17:18:01 +01:00
Sandeep Somavarapu
20601293fe Enable syncing extensions storage
- Implement logic to sync extension storage
- Register keys to sync provided by extension
2020-10-24 21:15:33 +02:00
Sandeep Somavarapu
9b507d2bad add apis to storage keys registry service to register extension storage keys 2020-10-24 09:13:20 +00:00
Sandeep Somavarapu
b906da14db introduce IExtensionIdentifierWithVersion 2020-10-24 06:21:24 +00:00
Matt Bierner
8a5ffbb044 Mark DocumentSelector as readonly (#109212)
This change:

- Make  `DocumentSelector` use a readonly array
- Updates all properties of `DocumentFilter` to be readonly

`DocumentSelector` is used as a parameter in our provider APIs and does not need to be mutable. This change lets extensions pass in readonly values for the selector
2020-10-23 18:37:39 -07:00
Rob Lourens
cfe2fd1afc Don't leave a danging "Starting..." empty terminal tab,
and don't create one if there are other tabs already
2020-10-23 17:23:32 -07:00
Rob Lourens
9e5efe6145 Ensure that "starting" label shows up for all new remote terminals 2020-10-23 17:23:32 -07:00
Rachel Macfarlane
47f1e94d58 Remove deprecated authenticationSessionId from embedder API cont 2020-10-23 16:13:16 -07:00
Rachel Macfarlane
55e0bf2f82 Remove deprecated authenticationSessionId from embedder API 2020-10-23 16:10:00 -07:00
Connor Peet
557371ff4d terminal: fix typeahead error 2020-10-23 14:47:55 -07:00
Connor Peet
cd6fdf4f4a terminal: improve typeahead handling for wrapped lines 2020-10-23 14:32:42 -07:00
matvii
0f1a6fae6e Replace map with forEach (#109217)
As it seems the desired behaviour is to just iterate through all elements, then consider using forEach or a for-of loop instead.
2020-10-23 14:08:57 -07:00
Jackson Kearl
1fc0025bf4 Update README.md 2020-10-23 13:38:15 -07:00
Johannes Rieken
c131e8bd6d add logging when running into event cap, https://github.com/microsoft/vscode/issues/108292 2020-10-23 20:54:07 +02:00
Johannes Rieken
adf57aa968 when capping decoration events pick somewhat smarter, https://github.com/microsoft/vscode/issues/108292 2020-10-23 20:50:27 +02:00
Rob Lourens
4cc712b957 Don't reattach to a terminal that is already attached 2020-10-23 11:23:09 -07:00
Rob Lourens
9676646c83 Merge pull request #108120 from ryanclarke:106737-enumdescriptions-in-settings-ui
Add new property to IConfigurationPropertySchema
2020-10-23 10:41:19 -07:00
Jackson Kearl
e4e12adc98 Add feedback wiki link to readme #109087 2020-10-23 10:32:40 -07:00
Rachel Macfarlane
102e0e6d84 Handle incomplete login requests gracefully, fixes #109102 2020-10-23 09:45:50 -07:00
isidor
0124f68884 fixes #107650 2020-10-23 17:24:26 +02:00
isidor
ea006a72c0 progress bar: set aria roles
#109219
2020-10-23 17:00:24 +02:00
isidor
a6af283f29 fixes #108999 2020-10-23 16:42:53 +02:00
isidor
84fc56e347 debug: use uriIdentityService for uri comparison
fixes #107830
2020-10-23 16:33:26 +02:00
isidor
9ba6b405c6 explorer: use UriIdentityService for uri comparison
#107830
2020-10-23 16:33:26 +02:00
Johannes Rieken
e538eedb97 disable explain mode when suggest widget hides, fixes https://github.com/microsoft/vscode/issues/80983 2020-10-23 16:01:36 +02:00
isidor
17c4ee352d debug hover: respect editor hover delay
fixes #107921
2020-10-23 15:59:59 +02:00
Johannes Rieken
7a0ae96a0f nuke unused import 2020-10-23 15:33:29 +02:00
Johannes Rieken
fa4660cf96 debt - remove unused suggest widget telemetry 2020-10-23 13:26:38 +00:00
Christof Marti
6f8515fadd Wait for extension registration (fixes #108378) 2020-10-23 15:05:31 +02:00
João Moreno
c781e1f4ff 💄 2020-10-23 14:45:41 +02:00
João Moreno
42e920a18a Merge branch 'master' into pr/108913 2020-10-23 14:32:22 +02:00
Johannes Rieken
5c013722f1 layout suggest widget when re-showing items 2020-10-23 14:27:54 +02:00
Johannes Rieken
63eddfc0e9 💄 completion provider display names, https://github.com/microsoft/vscode/issues/109167 2020-10-23 11:58:25 +00:00
Benjamin Pasero
58050c8c53 web - adopt modifier key emitter for shutdown prevention 2020-10-23 13:52:21 +02:00
Sandeep Somavarapu
3f20baf3b4 move storage keys sync registry service to shared process 2020-10-23 13:49:16 +02:00
Alex Ross
2116f17e96 User custom hover at iconLabel level (#108403)
Fixes #106095 and #107277
2020-10-23 13:29:21 +02:00
Alex Dima
9d9431f67d Do not insert iframe as child of document.body 2020-10-23 13:14:58 +02:00
Alex Ross
d18f310cfe Fix port forwarding sequencing issues 2020-10-23 13:14:43 +02:00
Johannes Rieken
c582143321 fix tests 2020-10-23 12:48:56 +02:00
Benjamin Pasero
151de95cf9 debt - adopt host service in extension host debug service
//cc @weinand
2020-10-23 12:20:28 +02:00
isidor
ff805b3a35 Consolidate ModifierKeyEmitter and AlternativeKeyEmitter
fixes #109062
2020-10-23 12:13:44 +02:00
Andre Weinand
e0a433b8ca Merge pull request #97440 from bzarco/launch-input-variables
Fix launch configuration input variable resolution.
2020-10-23 11:55:03 +02:00
Johannes Rieken
88113c5df7 tweak snippets type label 2020-10-23 11:46:04 +02:00
Johannes Rieken
a2be50ece9 keep custom size around until details closes, https://github.com/microsoft/vscode/issues/109160 2020-10-23 11:22:18 +02:00
Johannes Rieken
f5ac258693 log/telemetry for completion durations, https://github.com/microsoft/vscode/issues/29126 2020-10-23 11:22:18 +02:00
Andre Weinand
0fd157a9e2 Merge branch 'master' into launch-input-variables 2020-10-23 11:17:41 +02:00
João Moreno
50f78a6609 set cache control for web cdn 2020-10-23 11:12:44 +02:00
Andre Weinand
118db31ea6 Merge branch 'master' into launch-input-variables 2020-10-23 11:06:28 +02:00