Skip to content

Commit 62c0484

Browse files
committed
wip
1 parent 71b1a0e commit 62c0484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/kernels/kernelExecution.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ export class NotebookKernelExecution implements INotebookKernelExecution {
143143
return result[0];
144144
}
145145
public async restoreCellOutput(cell: NotebookCell): Promise<void> {
146+
return;
146147
traceCellMessage(cell, `KernelExecution.executeCell (1), ${getDisplayPath(cell.notebook.uri)}`);
147148
if (cell.kind == NotebookCellKind.Markup) {
148149
return;

0 commit comments

Comments
 (0)