Skip to content

Commit

Permalink
actually foward cell content change events to extension host, #145793
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Mar 28, 2022
1 parent ac7d722 commit e2e4067
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export class MainThreadNotebookDocuments implements MainThreadNotebookDocumentsS
});
break;
case NotebookCellsChangeType.ChangeLanguage:
case NotebookCellsChangeType.ChangeCellContent:
case NotebookCellsChangeType.ChangeCellMetadata:
case NotebookCellsChangeType.ChangeCellInternalMetadata:
eventDto.rawEvents.push(e);
Expand Down

0 comments on commit e2e4067

Please sign in to comment.