clean up, some ground work to support viewColumn, $acceptEditorPropertiesChanged must update all state before sending events, remove active notion from notebook editor

This commit is contained in:
Johannes Rieken
2021-03-05 17:03:54 +01:00
parent 9516844abf
commit 230e0fdc9a
6 changed files with 63 additions and 78 deletions

View File

@@ -1774,6 +1774,7 @@ export interface INotebookEditorAddData {
documentUri: UriComponents;
selections: ICellRange[];
visibleRanges: ICellRange[];
viewColumn?: number
}
export interface INotebookDocumentsAndEditorsDelta {