This commit is contained in:
Johannes Rieken
2020-08-27 10:28:25 +02:00
parent 21dd836ddb
commit 0eb11e8f0c
2 changed files with 3 additions and 3 deletions

View File

@@ -527,7 +527,7 @@ export class NotebookEditorCellEditBuilder implements vscode.NotebookEditorCellE
});
}
replaceOutputs(index: number, outputs: vscode.CellOutput[]): void {
replaceOutput(index: number, outputs: vscode.CellOutput[]): void {
this._throwIfFinalized();
this._collectedEdits.push({
editType: CellEditType.Output,