Commit Graph

71994 Commits

Author SHA1 Message Date
Sandeep Somavarapu 96d3cde2c0 update distro 2020-10-26 12:30:36 +01:00
Sandeep Somavarapu 4099c5d207 fix do not show builtin extensions as installed in web 2020-10-26 12:26:14 +01:00
Johannes Rieken 4132784393 fix https://github.com/microsoft/vscode/issues/108894 2020-10-26 12:23:05 +01:00
Sandeep Somavarapu 475cff63bf enable version check 2020-10-26 12:17:13 +01:00
Sandeep Somavarapu 88144f6d31 Fix #80698
- Inline semver
2020-10-26 12:12:07 +01:00
Johannes Rieken 202174687f add failing (and skipped) test for https://github.com/microsoft/vscode/issues/108894 2020-10-26 11:53:53 +01:00
Alex Ross 4ef381cba2 Forwarded Ports -> Ports 2020-10-26 11:24:28 +01:00
Alex Ross 3305ae774d Find Urls in debug output for forwarding
Fixes microsoft/vscode-remote-release#3836
2020-10-26 11:13:56 +01:00
isidor 69bfc5afc6 debugHover: keep position prefence stable while shown
fixes #109226
2020-10-26 11:12:06 +01:00
Joao Moreno 8bd3d7d717 add gulp-azure-storage to build 2020-10-26 10:08:01 +00:00
Joao Moreno 3070165ff2 web cdn: gzip files by default 2020-10-26 10:08:01 +00:00
Johannes Rieken e9f654c7fe don't rely on GIT path sorting, https://github.com/microsoft/vscode/issues/108292 2020-10-26 11:00:43 +01:00
isidor 3ec9473a45 fixes #109250 2020-10-26 10:39:44 +01:00
Johannes Rieken a01815c1d6 💄 update jsdoc 2020-10-26 10:36:16 +01:00
Johannes Rieken 44a6216626 fix https://github.com/microsoft/vscode/issues/109266 2020-10-26 10:35:01 +01:00
Johannes Rieken d4a57531d5 keep authored line-breaks for details/type label, tweak sizing, https://github.com/microsoft/vscode/issues/99370 2020-10-26 10:00:38 +01:00
Sandeep Somavarapu 43bc8349d8 remove semver dependency 2020-10-26 08:45:58 +00:00
Sandeep Somavarapu 757a550c51 Merge branch 'master' into sandy081/sync/extensionState 2020-10-26 09:19:09 +01:00
Johannes Rieken 4f1f421df6 adopt latest version of ref-viewlet, fixes https://github.com/microsoft/vscode/issues/109293 2020-10-26 09:18:13 +01:00
Sandeep Somavarapu e830d9f905 separate global & workspace memento 2020-10-26 08:09:19 +00:00
Eric Amodio 16f4a29aa0 Changes URI -> Uri 2020-10-25 22:50:25 -04:00
Martin Aeschlimann afb0e96b66 build: improve ignores in node_modules 2020-10-25 23:27:20 +01:00
Connor Peet c0289ea182 notebooks: hide acquireVsCodeApi from renderers (#109273) 2020-10-25 23:27:20 +01:00
Sandeep Somavarapu 83d5bad523 fixes
- merge sync state always when extension is updated
- compare version to update remote extensions with version property
2020-10-25 23:25:08 +01:00
Sandeep Somavarapu eafd648446 set state while massaging outgoing extension 2020-10-25 22:42:21 +01:00
Martin Aeschlimann b56b94a7e4 build: improve ignores in node_modules 2020-10-25 22:35:23 +01:00
Sandeep Somavarapu b7a51fed32 fix calling registerExtensionStorageKeys in ipc 2020-10-25 22:15:30 +01:00
Sandeep Somavarapu 894a414ca3 fix listening to extension storage keys in ipc 2020-10-25 22:14:03 +01:00
Sandeep Somavarapu 1950d2bf50 add syncedKeys to proposed API 2020-10-25 19:14:00 +01:00
Sandeep Somavarapu 36bf345d5d 💄 2020-10-25 18:52:57 +01:00
Sandeep Somavarapu 6a47ef2de5 consider version while merging extension state 2020-10-25 18:48:44 +01:00
Sandeep Somavarapu 27f036cd85 intrdouce ISyncExtensionWithVersion type and use it for local extensions 2020-10-25 18:31:09 +01:00
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
Connor Peet 1e0df6a4ac notebooks: hide acquireVsCodeApi from renderers (#109273) 2020-10-24 17:11:18 -07: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