This commit is contained in:
Logan Ramos
2022-03-23 11:43:10 -04:00
parent a16e41e761
commit 1dc2b29aaf
6 changed files with 29 additions and 6 deletions

View File

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