mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
Fix #145747
This commit is contained in:
@@ -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
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user