Skip to content

Commit bf5419f

Browse files
authored
Update execution timer priorty to reserve some room. (microsoft#185076)
1 parent 352d2d3 commit bf5419f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/executionStatusBarItemController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ class TimerCellStatusBarItem extends Disposable {
321321
return <INotebookCellStatusBarItem>{
322322
text: formatCellDuration(duration, false),
323323
alignment: CellStatusbarAlignment.Left,
324-
priority: Number.MAX_SAFE_INTEGER - 1,
324+
priority: Number.MAX_SAFE_INTEGER - 5,
325325
tooltip
326326
};
327327
}

0 commit comments

Comments
 (0)