Better cell execution lifecycle

This commit is contained in:
Rob Lourens
2021-08-11 15:38:08 -07:00
parent ff681a5db2
commit 01643e514e
5 changed files with 32 additions and 7 deletions

View File

@@ -472,6 +472,8 @@ class NotebookCellExecutionTask extends Disposable {
// The last update needs to be ordered correctly and applied immediately,
// so we use updateSoon and immediately flush.
that._collector.flush();
that._proxy.$removeExecution(that._handle);
},
clearOutput(cell?: vscode.NotebookCell): Thenable<void> {