mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Merge pull request #117204 from microsoft/rebornix/nb-selections
Notebook selections/CellRange
This commit is contained in:
@@ -1742,8 +1742,7 @@ export interface ExtHostCommentsShape {
|
||||
}
|
||||
|
||||
export interface INotebookSelectionChangeEvent {
|
||||
// handles
|
||||
selections: number[];
|
||||
selections: ICellRange[];
|
||||
}
|
||||
|
||||
export interface INotebookVisibleRangesEvent {
|
||||
@@ -1771,7 +1770,7 @@ export interface INotebookModelAddedData {
|
||||
export interface INotebookEditorAddData {
|
||||
id: string;
|
||||
documentUri: UriComponents;
|
||||
selections: number[];
|
||||
selections: ICellRange[];
|
||||
visibleRanges: ICellRange[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user