Implement other tab inputs

This commit is contained in:
Logan Ramos
2022-03-17 15:49:38 -04:00
parent 36249a80e2
commit 02f15063a0
4 changed files with 47 additions and 6 deletions

View File

@@ -1327,6 +1327,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
QuickPickItemKind: extHostTypes.QuickPickItemKind,
TextTabInput: extHostTypes.TextTabInput,
TextDiffTabInput: extHostTypes.TextDiffTabInput,
CustomEditorTabInput: extHostTypes.CustomEditorTabInput,
NotebookEditorTabInput: extHostTypes.NotebookEditorTabInput,
NotebookEditorDiffTabInput: extHostTypes.NotebookEditorDiffTabInput
};
};
}