debt - remove unused userHome from extHost env, also some todos

This commit is contained in:
Johannes Rieken
2020-07-07 16:01:39 +02:00
parent 2d4d314dbe
commit f08ce02836
8 changed files with 3 additions and 11 deletions

View File

@@ -68,7 +68,6 @@ export interface IEnvironment {
extensionDevelopmentLocationURI?: URI[];
extensionTestsLocationURI?: URI;
globalStorageHome: URI;
userHome: URI;
webviewResourceRoot: string;
webviewCspSource: string;
useHostProxy?: boolean;