differenciate selection and focus.

This commit is contained in:
rebornix
2021-02-21 19:35:26 -08:00
parent e8966ecaa9
commit de956ce8bd
21 changed files with 150 additions and 122 deletions

View File

@@ -1742,6 +1742,7 @@ export interface ExtHostCommentsShape {
}
export interface INotebookSelectionChangeEvent {
primary: number | null;
// handles
selections: number[];
}