mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
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:
@@ -1774,6 +1774,7 @@ export interface INotebookEditorAddData {
|
||||
documentUri: UriComponents;
|
||||
selections: ICellRange[];
|
||||
visibleRanges: ICellRange[];
|
||||
viewColumn?: number
|
||||
}
|
||||
|
||||
export interface INotebookDocumentsAndEditorsDelta {
|
||||
|
||||
Reference in New Issue
Block a user