mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
have window id for renderer and exthost processes
This commit is contained in:
@@ -76,6 +76,7 @@ export interface IInitData {
|
||||
extensions: IExtensionDescription[];
|
||||
configuration: IConfigurationInitData;
|
||||
telemetryInfo: ITelemetryInfo;
|
||||
windowId: number;
|
||||
args: ParsedArgs;
|
||||
execPath: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user