Re #157844. Update for onWillSaveNotebookDocument. (#178602)

This commit is contained in:
Peng Lyu
2023-03-29 10:56:52 -07:00
committed by GitHub
parent b4916b1861
commit 666e417297
5 changed files with 10 additions and 57 deletions

View File

@@ -1420,7 +1420,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
NotebookCellStatusBarItem: extHostTypes.NotebookCellStatusBarItem,
NotebookControllerAffinity: extHostTypes.NotebookControllerAffinity,
NotebookControllerAffinity2: extHostTypes.NotebookControllerAffinity2,
NotebookDocumentSaveReason: extHostTypes.NotebookDocumentSaveReason,
NotebookEdit: extHostTypes.NotebookEdit,
NotebookKernelSourceAction: extHostTypes.NotebookKernelSourceAction,
PortAttributes: extHostTypes.PortAttributes,