new proposal for NotebookCellOutput, partial implementation

This commit is contained in:
Johannes Rieken
2020-09-25 11:44:23 +02:00
parent ea78dd7b9c
commit b297be52ca
6 changed files with 76 additions and 5 deletions

View File

@@ -1147,7 +1147,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
NotebookCellRunState: extHostTypes.NotebookCellRunState,
NotebookRunState: extHostTypes.NotebookRunState,
NotebookCellStatusBarAlignment: extHostTypes.NotebookCellStatusBarAlignment,
NotebookEditorRevealType: extHostTypes.NotebookEditorRevealType
NotebookEditorRevealType: extHostTypes.NotebookEditorRevealType,
NotebookCellOutput: extHostTypes.NotebookCellOutput,
};
};
}