cleanup multi extension debugging

This commit is contained in:
Andre Weinand
2019-04-09 18:28:23 +02:00
parent cc99c7e9a4
commit fd44b66c0f
14 changed files with 37 additions and 55 deletions

View File

@@ -54,7 +54,7 @@ export interface IEnvironment {
appLanguage: string;
appUriScheme: string;
appSettingsHome?: URI;
extensionDevelopmentLocationURI?: URI | URI[];
extensionDevelopmentLocationURI?: URI[];
extensionTestsLocationURI?: URI;
globalStorageHome: URI;
userHome: URI;