Merge branch 'main' into notebook/dev

This commit is contained in:
rebornix
2021-05-19 19:02:13 -07:00
100 changed files with 1024 additions and 689 deletions

View File

@@ -74,8 +74,6 @@ export interface IEnvironment {
extensionTestsLocationURI?: URI;
globalStorageHome: URI;
workspaceStorageHome: URI;
webviewResourceRoot: string;
webviewCspSource: string;
useHostProxy?: boolean;
}