Skip to content

Commit 521a3d8

Browse files
authored
Merge pull request microsoft#146181 from microsoft/joh/fix/145793
2 parents 3a5a169 + e2e4067 commit 521a3d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/api/browser/mainThreadNotebookDocuments.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export class MainThreadNotebookDocuments implements MainThreadNotebookDocumentsS
9090
});
9191
break;
9292
case NotebookCellsChangeType.ChangeLanguage:
93+
case NotebookCellsChangeType.ChangeCellContent:
9394
case NotebookCellsChangeType.ChangeCellMetadata:
9495
case NotebookCellsChangeType.ChangeCellInternalMetadata:
9596
eventDto.rawEvents.push(e);

0 commit comments

Comments
 (0)