Skip to content

Commit e2e4067

Browse files
committed
actually foward cell content change events to extension host, microsoft#145793
1 parent ac7d722 commit e2e4067

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)