Renamed NotebookEditorDiffTabInput

This commit is contained in:
Logan Ramos
2022-03-18 12:53:55 -04:00
parent a1dfa68937
commit 4d9393e9d3
6 changed files with 10 additions and 10 deletions

View File

@@ -1328,7 +1328,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TextDiffTabInput: extHostTypes.TextDiffTabInput,
CustomEditorTabInput: extHostTypes.CustomEditorTabInput,
NotebookEditorTabInput: extHostTypes.NotebookEditorTabInput,
NotebookEditorDiffTabInput: extHostTypes.NotebookEditorDiffTabInput
NotebookDiffEditorTabInput: extHostTypes.NotebookDiffEditorTabInput
};
};
}