add NotebookDocumentContentCellChange#document, https://github.com/microsoft/vscode/issues/145793

This commit is contained in:
Johannes
2022-03-23 12:42:34 +01:00
parent c86a266cb4
commit 9d23244129
6 changed files with 79 additions and 2 deletions

View File

@@ -2040,7 +2040,7 @@ export type NotebookRawContentEventDto =
| notebookCommon.NotebookCellsChangeMetadataEvent
| notebookCommon.NotebookCellsChangeInternalMetadataEvent
// | notebookCommon.NotebookDocumentChangeMetadataEvent
// | notebookCommon.NotebookCellContentChangeEvent
| notebookCommon.NotebookCellContentChangeEvent
// | notebookCommon.NotebookDocumentUnknownChangeEvent
;