mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
selections[0] is primary.
This commit is contained in:
@@ -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[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user