mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Use new cell statusbar for execution items.
Support color and icon info on cell statusbar items.
This commit is contained in:
@@ -752,7 +752,7 @@ class NotebookCellExecutionTask extends Disposable {
|
||||
|
||||
that.mixinMetadata({
|
||||
runState: extHostTypes.NotebookCellExecutionState.Executing,
|
||||
runStartTime: context?.startTime
|
||||
runStartTime: context?.startTime ?? null
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user