This commit is contained in:
Logan Ramos
2022-03-23 10:03:54 -04:00
parent a52b923eaf
commit aa42171f54
6 changed files with 35 additions and 6 deletions

View File

@@ -1337,7 +1337,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TabKindTextDiff: extHostTypes.TextDiffTabInput,
TabKindCustom: extHostTypes.CustomEditorTabInput,
TabKindNotebook: extHostTypes.NotebookEditorTabInput,
TabKindNotebookDiff: extHostTypes.NotebookDiffEditorTabInput
TabKindNotebookDiff: extHostTypes.NotebookDiffEditorTabInput,
TabKindWebview: extHostTypes.WebviewEditorTabInput
};
};
}