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