mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Use URIs instead of strings while passing environment to Extensionhost
This commit is contained in:
@@ -46,10 +46,10 @@ import { CancellationToken } from 'vs/base/common/cancellation';
|
||||
|
||||
export interface IEnvironment {
|
||||
isExtensionDevelopmentDebug: boolean;
|
||||
appRoot: string;
|
||||
appSettingsHome: string;
|
||||
appRoot: URI;
|
||||
appSettingsHome: URI;
|
||||
extensionDevelopmentLocationURI: URI;
|
||||
extensionTestsPath: string;
|
||||
extensionTestsPath: URI;
|
||||
}
|
||||
|
||||
export interface IWorkspaceData {
|
||||
|
||||
Reference in New Issue
Block a user