mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
expose extensionUri, https://github.com/microsoft/vscode/issues/90208
This commit is contained in:
@@ -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); },
|
||||
|
||||
Reference in New Issue
Block a user