diff --git a/src/vs/workbench/api/common/extHostNotebook.ts b/src/vs/workbench/api/common/extHostNotebook.ts index 0aeb1987388..1c7e49fce60 100644 --- a/src/vs/workbench/api/common/extHostNotebook.ts +++ b/src/vs/workbench/api/common/extHostNotebook.ts @@ -327,8 +327,6 @@ export class ExtHostNotebookDocument implements vscode.NotebookDocument { store.add(cell.onDidChangeOutputs((diffs) => { this.eventuallyUpdateCellOutputs(cell, diffs); })); - - this.eventuallyUpdateCells([{ start: index, deleteCount: 0, toInsert: [cell] }]); } deleteCell(index: number): boolean {