mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
introduce sessionId
This commit is contained in:
@@ -635,6 +635,7 @@ export class CodeWindow extends Disposable implements ICodeWindow {
|
||||
|
||||
// Set window ID
|
||||
windowConfiguration.windowId = this._win.id;
|
||||
windowConfiguration.sessionId = `window:${this._win.id}`;
|
||||
windowConfiguration.logLevel = this.logService.getLevel();
|
||||
|
||||
// Set zoomlevel
|
||||
|
||||
Reference in New Issue
Block a user