notebookeditor.selections

This commit is contained in:
rebornix
2021-02-19 17:03:33 -08:00
parent 5d2c9bf299
commit e8966ecaa9
13 changed files with 81 additions and 29 deletions

View File

@@ -596,6 +596,8 @@ export class ExtHostNotebookController implements ExtHostNotebookShape {
editor.editor.selection = undefined;
}
editor.editor._acceptSelections(data.selections.selections);
this._onDidChangeNotebookEditorSelection.fire({
notebookEditor: editor.editor.editor,
selection: editor.editor.selection