mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
- Remove windowId from IInitData
- Send exthost logs location from renderer - IExtensionService: Expose an API to get exthost logs location
This commit is contained in:
@@ -66,9 +66,8 @@ export interface IInitData {
|
||||
extensions: IExtensionDescription[];
|
||||
configuration: IConfigurationInitData;
|
||||
telemetryInfo: ITelemetryInfo;
|
||||
windowId: number;
|
||||
logLevel: LogLevel;
|
||||
logsPath: string;
|
||||
logsLocation: URI;
|
||||
}
|
||||
|
||||
export interface IConfigurationInitData extends IConfigurationData {
|
||||
|
||||
Reference in New Issue
Block a user