Commit Graph

90 Commits

Author SHA1 Message Date
Alex Dima
85f518b255 Add RemoteAuthorityResolver.getCanonicalURI 2021-05-21 16:48:14 +02:00
Alex Dima
c650993dd3 Add ResolvedOptions.isTrusted 2021-05-21 16:48:14 +02:00
Alex Dima
7c07550dbc Log errors encountered during deactivate 2021-05-18 13:24:28 +02:00
Alex Ross
1bd250ca51 Set tunnel factory earlier (#122557)
* Set tunnel factory earlier

* Don't await in setTunnelExtensionFunctions
2021-04-28 18:43:13 +02:00
Alexandru Dima
e1845803d3 Add telemetry event for failed extension activation 2021-04-26 23:36:36 +02:00
Martin Aeschlimann
d4a6400596 Merge branch 'main' into aeschli/testsInWebEH 2021-04-20 14:10:09 +02:00
Martin Aeschlimann
200d4c7761 tests in web extension host 2021-04-18 16:34:07 +02:00
Alexandru Dima
30ae7bde85 Respect resolver's trust options 2021-04-16 17:15:09 +02:00
Alex Dima
74cf3fb202 Fixes #119529: Wait for eager extensions to activate before launching extension tests 2021-03-24 14:38:33 +01:00
Eric Amodio
0f65e64c2a Fixes #119636 - 🤦 2021-03-23 13:01:00 -04:00
Eric Amodio
4b3ba3ea44 Removes proposed api check 2021-03-22 18:16:06 -04:00
Martin Aeschlimann
5804f7dd83 Merge branch 'main' into aeschli/testsinwebworker 2021-03-18 13:10:18 +01:00
Alex Dima
76cd8a00b3 Fixes #119011: Wait for the vscode API to become available before launching extension tests 2021-03-16 14:28:35 +01:00
Martin Aeschlimann
7806efac02 tests in webworker EH 2021-03-12 17:17:19 +01:00
Alex Dima
ae4ffb1b81 Handle extension test execution on the UI 2021-03-11 20:19:28 +01:00
Eric Amodio
d299be88ea Updates proposal for #116906 2021-03-09 17:39:21 -05:00
SteVen Batten
95d3c1e63b finalize isNewAppInstall api
refs #117058
2021-03-09 10:20:18 -08:00
SteVen Batten
072ec46dcf new install proprosed api (#117059)
* new install proprosed api

* address comments
2021-02-22 08:20:31 -08:00
Eric Amodio
714b41738e Adds id & version to extension context - #116906 2021-02-17 20:24:39 -05:00
Alex Dima
cba1d1b184 Prefix all performance.mark calls with code/ 2021-01-11 16:12:03 +01:00
Rachel Macfarlane
ced3bb4bb9 Secrets API feedback 2021-01-05 10:17:05 -08:00
Rachel Macfarlane
7db413d4c1 Move secrets API to extension context 2021-01-04 22:04:40 -08:00
Alex Dima
8fbe27ae9a Do not touch the perf marks names 2020-12-16 11:28:50 +01:00
Alex Dima
2f8dee4d87 Add logging for calls of process.exit in the extension host 2020-12-16 10:28:01 +01:00
Alexandru Dima
15ba91d098 Massage mark name to align 2020-12-15 22:07:01 +01:00
Alexandru Dima
fbe4aa28ff Collect and deliver perf marks from extension hosts (#112552) 2020-12-15 21:48:14 +01:00
Alex Dima
a33e1d617e Revert "Fixes #104004: Only run tests if the tests belong to a known extension"
This reverts commit 423bdb2e26.
2020-12-09 20:48:24 +01:00
Alex Dima
423bdb2e26 Fixes #104004: Only run tests if the tests belong to a known extension 2020-12-04 23:51:44 +01:00
Alex Dima
7b40975fd7 Allow a resolver to provide the remote connection token 2020-10-29 21:28:04 +01:00
Sandeep Somavarapu
325cb4a67d #95209 Move to final API 2020-10-27 20:51:31 +01:00
Sandeep Somavarapu
e830d9f905 separate global & workspace memento 2020-10-26 08:09:19 +00:00
Sandeep Somavarapu
1950d2bf50 add syncedKeys to proposed API 2020-10-25 19:14:00 +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
Alex Dima
87dd7d6a9c Move deltaExtensions related methods up to AbstractExtensionService 2020-09-25 22:25:10 +02:00
Alex Dima
dc9ef0d110 Make sure the renderer received $onWillActivateExtension before proceeding to load extension code 2020-09-25 11:46:09 +02:00
Matt Bierner
7e0c1aa76e Don't use async on abstract functions 2020-09-09 09:21:56 -07:00
Johannes Rieken
639b39927d remove asAbsolutePath-confusion for web-context, https://github.com/microsoft/vscode/issues/105277 2020-08-31 10:01:18 +02:00
Alex Dima
df5d0e588f Rename ActivationKind.Eager to ActivationKind.Immediate 2020-08-26 20:18:10 +02:00
Alex Dima
27082f3dbb Use an enum instead of a boolean to signal eager activation 2020-08-26 20:17:04 +02:00
Rachel Macfarlane
8871a28963 Make github-authentication a UI extension again 2020-08-26 09:01:42 -07:00
Matt Bierner
8ba70d8bdc Revert "Make github-authentication a UI extension again"
This reverts commit cd55420e7e.

This change seems to have caused issues activating extensions
2020-08-24 20:19:58 -07:00
Rachel Macfarlane
cd55420e7e Make github-authentication a UI extension again 2020-08-24 18:44:14 -07:00
Johannes Rieken
c30092a838 move proposed apis to vscode.d.ts, https://github.com/microsoft/vscode/issues/101857 2020-08-18 19:07:05 +02:00
Eric Amodio
1fc60f8b96 Adds ExtensionContext.extensionRuntime - #104436 2020-08-11 15:12:26 -04:00
Alex Dima
f43a17578c Wrap web worker extension host in an iframe to get a different origin 2020-08-03 14:53:44 +02:00
Alex Dima
a7b1e06283 Add support for web worker extensions to define their entry point via "browser" 2020-07-24 10:41:04 +02:00
Alex Dima
a5d3d4fae6 Fixes #102062: Wait for the renderer socket to drain before exiting the extension host process when running tests 2020-07-22 22:52:39 +02:00
Johannes Rieken
43184b2bed add storageUri and globalStorageUri to ExtensionContext, https://github.com/microsoft/vscode/issues/101857 2020-07-09 12:48:03 +02:00
Johannes Rieken
277b222584 add ExtensionContext#logUri, https://github.com/microsoft/vscode/issues/101857 2020-07-09 12:48:02 +02:00
Alex Dima
d432126ecf Extract workspaceContains related logic to a separate file (#75284) 2020-07-06 23:15:52 +02:00