#95209 Move to final API

This commit is contained in:
Sandeep Somavarapu
2020-10-27 20:49:47 +01:00
parent 7beee049d0
commit 325cb4a67d
4 changed files with 8 additions and 23 deletions

View File

@@ -387,7 +387,6 @@ export abstract class AbstractExtHostExtensionService extends Disposable impleme
const that = this;
return Object.freeze<vscode.ExtensionContext>({
globalState,
get syncedGlobalState() { checkProposedApiEnabled(extensionDescription); return globalState; },
workspaceState,
subscriptions: [],
get extensionUri() { return extensionDescription.extensionLocation; },