selections[0] is primary.

This commit is contained in:
rebornix
2021-02-22 10:16:57 -08:00
parent e427e5280c
commit ed08a14111
14 changed files with 53 additions and 36 deletions

View File

@@ -1742,7 +1742,6 @@ export interface ExtHostCommentsShape {
}
export interface INotebookSelectionChangeEvent {
primary: number | null;
selections: ICellRange[];
}
@@ -1771,7 +1770,6 @@ export interface INotebookModelAddedData {
export interface INotebookEditorAddData {
id: string;
documentUri: UriComponents;
primary: number | null;
selections: ICellRange[];
visibleRanges: ICellRange[];
}