support debuging more than one extension; fixes #71081

This commit is contained in:
Andre Weinand
2019-04-04 16:10:57 +02:00
parent 0bce369fea
commit e07de5b3ad
17 changed files with 173 additions and 38 deletions

View File

@@ -51,7 +51,7 @@ export interface IEnvironment {
isExtensionDevelopmentDebug: boolean;
appRoot?: URI;
appSettingsHome?: URI;
extensionDevelopmentLocationURI?: URI;
extensionDevelopmentLocationURI?: URI | URI[];
extensionTestsLocationURI?: URI;
globalStorageHome: URI;
userHome: URI;