File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/vs/workbench/contrib/notebook/browser/controller Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ registerAction2(class ClearAllCellOutputsAction extends NotebookAction {
290
290
ContextKeyExpr . equals ( 'config.notebook.globalToolbar' , true )
291
291
) ,
292
292
group : 'navigation/execute' ,
293
- order : 0
293
+ order : 10
294
294
}
295
295
] ,
296
296
icon : icons . clearIcon
Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ registerAction2(class RevealRunningCellAction extends NotebookAction {
634
634
ContextKeyExpr . equals ( 'config.notebook.globalToolbar' , true )
635
635
) ,
636
636
group : 'navigation/execute' ,
637
- order : 0
637
+ order : 20
638
638
} ,
639
639
{
640
640
id : MenuId . InteractiveToolbar ,
@@ -711,7 +711,7 @@ registerAction2(class RevealLastFailedCellAction extends NotebookAction {
711
711
ContextKeyExpr . equals ( 'config.notebook.globalToolbar' , true )
712
712
) ,
713
713
group : 'navigation/execute' ,
714
- order : 0
714
+ order : 20
715
715
} ,
716
716
] ,
717
717
icon : icons . errorStateIcon ,
You can’t perform that action at this time.
0 commit comments