notebookEditor.visible

This commit is contained in:
rebornix
2020-05-19 17:20:11 -07:00
parent d1a59226f2
commit 5c928428df
7 changed files with 66 additions and 12 deletions

View File

@@ -1566,6 +1566,7 @@ export interface INotebookDocumentsAndEditorsDelta {
removedEditors?: string[];
addedEditors?: INotebookEditorAddData[];
newActiveEditor?: string | null;
visibleEditors?: string[];
}
export interface ExtHostNotebookShape {