mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Implement other tab inputs
This commit is contained in:
@@ -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
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user