#23251 Expose global storage path in proposed API

This commit is contained in:
Sandeep Somavarapu
2018-11-28 16:33:59 +01:00
parent c083f2113a
commit 37037eac8a
5 changed files with 25 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ export interface IExtensionContext {
globalState: IExtensionMemento;
extensionPath: string;
storagePath: string;
globalStoragePath: string;
asAbsolutePath(relativePath: string): string;
readonly logPath: string;
}