mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
#95209 Move to final API
This commit is contained in:
@@ -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; },
|
||||
|
||||
Reference in New Issue
Block a user