mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Add userHome to IEnvironment
This commit is contained in:
@@ -54,6 +54,7 @@ export interface IEnvironment {
|
||||
extensionDevelopmentLocationURI?: URI;
|
||||
extensionTestsLocationURI?: URI;
|
||||
globalStorageHome: URI;
|
||||
userHome: URI;
|
||||
}
|
||||
|
||||
export interface IStaticWorkspaceData {
|
||||
|
||||
Reference in New Issue
Block a user