We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a5a169 + e2e4067 commit 521a3d8Copy full SHA for 521a3d8
src/vs/workbench/api/browser/mainThreadNotebookDocuments.ts
@@ -90,6 +90,7 @@ export class MainThreadNotebookDocuments implements MainThreadNotebookDocumentsS
90
});
91
break;
92
case NotebookCellsChangeType.ChangeLanguage:
93
+ case NotebookCellsChangeType.ChangeCellContent:
94
case NotebookCellsChangeType.ChangeCellMetadata:
95
case NotebookCellsChangeType.ChangeCellInternalMetadata:
96
eventDto.rawEvents.push(e);
0 commit comments