add NotebookEditorCellEdit#replaceOutputs, https://github.com/microsoft/vscode/issues/105283

This commit is contained in:
Johannes Rieken
2020-08-24 15:19:12 +02:00
parent bc9f2577cd
commit ac4de7bbb3
6 changed files with 40 additions and 6 deletions

View File

@@ -560,7 +560,7 @@ export class MainThreadNotebooks extends Disposable implements MainThreadNoteboo
if (textModel) {
this._notebookService.transformSpliceOutputs(textModel, splices);
textModel.$spliceNotebookCellOutputs(cellHandle, splices);
textModel.spliceNotebookCellOutputs(cellHandle, splices);
}
}