This commit is contained in:
Johannes Rieken
2020-03-04 11:20:08 +01:00
parent e32e49521f
commit 72c3bcefb3
3 changed files with 13 additions and 0 deletions

View File

@@ -366,6 +366,7 @@ export abstract class AbstractExtHostExtensionService implements ExtHostExtensio
globalState,
workspaceState,
subscriptions: [],
get extensionUri() { return extensionDescription.extensionLocation; },
get extensionPath() { return extensionDescription.extensionLocation.fsPath; },
get storagePath() { return that._storagePath.workspaceValue(extensionDescription); },
get globalStoragePath() { return that._storagePath.globalValue(extensionDescription); },