notebook content change events.

This commit is contained in:
rebornix
2020-05-18 19:05:18 -07:00
parent a328f500d8
commit b5831f5be7
4 changed files with 103 additions and 22 deletions

View File

@@ -1083,6 +1083,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
CellKind: extHostTypes.CellKind,
CellOutputKind: extHostTypes.CellOutputKind,
NotebookCellRunState: extHostTypes.NotebookCellRunState,
NotebookCellsChangeType: extHostTypes.NotebookCellsChangeType,
AuthenticationSession2: extHostTypes.AuthenticationSession
};
};