mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
remove NotebookEditor#selection.
This commit is contained in:
@@ -115,10 +115,6 @@ export class ExtHostNotebookEditor {
|
||||
get document() {
|
||||
return that.notebookData.notebookDocument;
|
||||
},
|
||||
get selection() {
|
||||
const primarySelection = that._selections[0];
|
||||
return primarySelection && that.notebookData.getCellFromIndex(primarySelection.start)?.cell;
|
||||
},
|
||||
get selections() {
|
||||
return that._selections;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user