remove clear outputs api.

This commit is contained in:
rebornix
2020-09-04 09:21:45 -07:00
parent 00a0e836f5
commit 8503905a7c
4 changed files with 34 additions and 23 deletions

View File

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