rename CellKind to NotebookCellKind

This commit is contained in:
Johannes Rieken
2021-02-12 10:25:12 +01:00
parent 215cd17276
commit 868fb4c39f
9 changed files with 44 additions and 23 deletions

View File

@@ -1253,9 +1253,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
// checkProposedApiEnabled(extension);
return extHostTypes.TimelineItem;
},
get CellKind() {
get NotebookCellKind() {
// checkProposedApiEnabled(extension);
return extHostTypes.CellKind;
return extHostTypes.NotebookCellKind;
},
get NotebookCellRunState() {
// checkProposedApiEnabled(extension);