mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
differenciate selection and focus.
This commit is contained in:
@@ -1742,6 +1742,7 @@ export interface ExtHostCommentsShape {
|
||||
}
|
||||
|
||||
export interface INotebookSelectionChangeEvent {
|
||||
primary: number | null;
|
||||
// handles
|
||||
selections: number[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user