mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
NotebookCellRange is now NotebookRange.
This commit is contained in:
@@ -199,7 +199,7 @@ export class ExtHostNotebookKernels implements ExtHostNotebookKernelsShape {
|
||||
|
||||
const cells: vscode.NotebookCell[] = [];
|
||||
for (let range of ranges) {
|
||||
cells.push(...document.notebookDocument.getCells(extHostTypeConverters.NotebookCellRange.to(range)));
|
||||
cells.push(...document.notebookDocument.getCells(extHostTypeConverters.NotebookRange.to(range)));
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user