Use new cell statusbar for execution items.

Support color and icon info on cell statusbar items.
This commit is contained in:
Rob Lourens
2021-04-20 17:55:20 -07:00
parent bc8c79c8f2
commit 64282aa6b7
15 changed files with 527 additions and 76 deletions

View File

@@ -752,7 +752,7 @@ class NotebookCellExecutionTask extends Disposable {
that.mixinMetadata({
runState: extHostTypes.NotebookCellExecutionState.Executing,
runStartTime: context?.startTime
runStartTime: context?.startTime ?? null
});
},