mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Fix #145895
This commit is contained in:
@@ -1338,7 +1338,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
TabKindCustom: extHostTypes.CustomEditorTabInput,
|
||||
TabKindNotebook: extHostTypes.NotebookEditorTabInput,
|
||||
TabKindNotebookDiff: extHostTypes.NotebookDiffEditorTabInput,
|
||||
TabKindWebview: extHostTypes.WebviewEditorTabInput
|
||||
TabKindWebview: extHostTypes.WebviewEditorTabInput,
|
||||
TabKindTerminal: extHostTypes.TerminalEditorTabInput
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user