make vscode.NotebookCellRange a class

This commit is contained in:
Johannes Rieken
2021-02-15 15:47:53 +01:00
parent ebc30d6c92
commit 18c04a5716
7 changed files with 54 additions and 19 deletions

View File

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