See here: <img width="733" alt="image" src="https://user-images.githubusercontent.com/900690/206963266-72c2a629-278a-4c7c-9efb-48cc8ccbbe55.png"> ```ts openEditor(editor: EditorInput, didChangeActive: boolean): void { this.handleOpenedEditors(didChangeActive); } ``` From: https://github.com/microsoft/vscode/blob/14f54b128dd5955db7a69e0aac760731d343e54b/src/vs/workbench/browser/parts/editor/tabsTitleControl.ts#L417 I would have expected a way to add `boolean` to the method.
See here:
From: https://github.com/microsoft/vscode/blob/14f54b128dd5955db7a69e0aac760731d343e54b/src/vs/workbench/browser/parts/editor/tabsTitleControl.ts#L417
I would have expected a way to add
booleanto the method.