mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
Fix: add console log for creating Sessions workbench in SessionsBrowserMain
This commit is contained in:
@@ -11,6 +11,7 @@ import { Workbench as SessionsWorkbench } from './workbench.js';
|
||||
export class SessionsBrowserMain extends BrowserMain {
|
||||
|
||||
protected override createWorkbench(domElement: HTMLElement, serviceCollection: ServiceCollection, logService: ILogService): IBrowserMainWorkbench {
|
||||
console.log('[Sessions Web] Creating Sessions workbench (not standard workbench)');
|
||||
return new SessionsWorkbench(domElement, undefined, serviceCollection, logService);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user