#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

@@ -50,6 +50,7 @@ export interface IEnvironment {
appSettingsHome: URI;
extensionDevelopmentLocationURI: URI;
extensionTestsPath: string;
globalStorageHome: string;
}
export interface IWorkspaceData {