mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Do not convert extensionTestsPath to URI
This commit is contained in:
@@ -49,7 +49,7 @@ export interface IEnvironment {
|
||||
appRoot: URI;
|
||||
appSettingsHome: URI;
|
||||
extensionDevelopmentLocationURI: URI;
|
||||
extensionTestsPath: URI;
|
||||
extensionTestsPath: string;
|
||||
}
|
||||
|
||||
export interface IWorkspaceData {
|
||||
|
||||
Reference in New Issue
Block a user