notebook: convert NotebookKernelPreload to a class

This commit is contained in:
Connor Peet
2021-05-03 10:21:11 -07:00
parent 7da0243ca9
commit 514871273b
4 changed files with 32 additions and 8 deletions

View File

@@ -1251,6 +1251,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
NotebookCellMetadata: extHostTypes.NotebookCellMetadata,
NotebookCellData: extHostTypes.NotebookCellData,
NotebookData: extHostTypes.NotebookData,
NotebookKernelPreload: extHostTypes.NotebookKernelPreload,
NotebookCellStatusBarAlignment: extHostTypes.NotebookCellStatusBarAlignment,
NotebookEditorRevealType: extHostTypes.NotebookEditorRevealType,
NotebookCellOutput: extHostTypes.NotebookCellOutput,