Skip to content

Commit 8aa0581

Browse files
committed
Fixes
1 parent 48add1e commit 8aa0581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/datascience/notebook/helpers/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,10 +698,10 @@ export function updateVSCNotebookAfterTrustingNotebook(document: NotebookDocumen
698698
runnable: true
699699
});
700700
// Restore the output once we trust the notebook.
701-
// tslint:disable-next-line: no-any
702701
workspaceEdit.replaceCellOutput(
703702
document.uri,
704703
index,
704+
// tslint:disable-next-line: no-any
705705
createVSCCellOutputsFromOutputs(originalCells[index].data.outputs as any)
706706
);
707707
}

0 commit comments

Comments
 (0)