file cleaning.

This commit is contained in:
rebornix
2021-02-21 23:13:03 -08:00
parent cbcec2e1b4
commit c38aa5a341
7 changed files with 8 additions and 14 deletions

View File

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