mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
notebookeditor.selections
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user