mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
allow extensionDevelopmentPath to be a URI
This commit is contained in:
@@ -47,7 +47,7 @@ export interface IEnvironment {
|
||||
isExtensionDevelopmentDebug: boolean;
|
||||
appRoot: string;
|
||||
appSettingsHome: string;
|
||||
extensionDevelopmentPath: string;
|
||||
extensionDevelopmentLocationURI: URI;
|
||||
extensionTestsPath: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user