mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
start with a step back and use IWorkspace where needed, nuke workspace context service from ext host, #28526
This commit is contained in:
@@ -60,9 +60,7 @@ export interface IEnvironment {
|
||||
export interface IInitData {
|
||||
parentPid: number;
|
||||
environment: IEnvironment;
|
||||
contextService: {
|
||||
workspace: IWorkspace;
|
||||
};
|
||||
workspace: IWorkspace;
|
||||
extensions: IExtensionDescription[];
|
||||
configuration: IWorkspaceConfigurationValues;
|
||||
telemetryInfo: ITelemetryInfo;
|
||||
|
||||
Reference in New Issue
Block a user