remove TODO

This commit is contained in:
Joao Moreno
2019-06-20 10:03:02 +02:00
parent 5ed30da537
commit 7e1418779c

View File

@@ -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);