mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 21:41:46 +01:00
remove TODO
This commit is contained in:
@@ -523,7 +523,7 @@ export class CodeApplication extends Disposable {
|
||||
this.lifecycleService.phase = LifecycleMainPhase.Ready;
|
||||
|
||||
// Propagate to clients
|
||||
const windowsMainService = this.windowsMainService = accessor.get(IWindowsMainService); // TODO@Joao: unfold this
|
||||
const windowsMainService = this.windowsMainService = accessor.get(IWindowsMainService);
|
||||
|
||||
// Create a URL handler which forwards to the last active window
|
||||
const activeWindowManager = new ActiveWindowManager(windowsService);
|
||||
|
||||
Reference in New Issue
Block a user