remove CellOutputKind type

This commit is contained in:
Johannes Rieken
2021-02-10 19:14:22 +01:00
parent 0e139c697b
commit cf7fc3918f
2 changed files with 4 additions and 50 deletions

View File

@@ -1257,10 +1257,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
// checkProposedApiEnabled(extension);
return extHostTypes.CellKind;
},
get CellOutputKind() {
// checkProposedApiEnabled(extension);
return extHostTypes.CellOutputKind;
},
get NotebookCellRunState() {
// checkProposedApiEnabled(extension);
return extHostTypes.NotebookCellRunState;