mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
fix #125275.
This commit is contained in:
@@ -191,8 +191,7 @@ export class MainThreadNotebookEditors implements MainThreadNotebookEditorsShape
|
||||
$trySetSelections(id: string, ranges: ICellRange[]): void {
|
||||
const editor = this._notebookEditorService.getNotebookEditor(id);
|
||||
if (editor) {
|
||||
// @rebornix how to set an editor selection?
|
||||
// editor.setSelections(ranges)
|
||||
editor.setSelections(ranges);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user