mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
support debuging more than one extension; fixes #71081
This commit is contained in:
@@ -51,7 +51,7 @@ export interface IEnvironment {
|
||||
isExtensionDevelopmentDebug: boolean;
|
||||
appRoot?: URI;
|
||||
appSettingsHome?: URI;
|
||||
extensionDevelopmentLocationURI?: URI;
|
||||
extensionDevelopmentLocationURI?: URI | URI[];
|
||||
extensionTestsLocationURI?: URI;
|
||||
globalStorageHome: URI;
|
||||
userHome: URI;
|
||||
|
||||
Reference in New Issue
Block a user