Skip to content

Commit f93437d

Browse files
authored
reorder navigation/execute toolbar group (microsoft#185923)
1 parent 3cc13d7 commit f93437d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/vs/workbench/contrib/notebook/browser/controller/editActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ registerAction2(class ClearAllCellOutputsAction extends NotebookAction {
290290
ContextKeyExpr.equals('config.notebook.globalToolbar', true)
291291
),
292292
group: 'navigation/execute',
293-
order: 0
293+
order: 10
294294
}
295295
],
296296
icon: icons.clearIcon

src/vs/workbench/contrib/notebook/browser/controller/executeActions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ registerAction2(class RevealRunningCellAction extends NotebookAction {
634634
ContextKeyExpr.equals('config.notebook.globalToolbar', true)
635635
),
636636
group: 'navigation/execute',
637-
order: 0
637+
order: 20
638638
},
639639
{
640640
id: MenuId.InteractiveToolbar,
@@ -711,7 +711,7 @@ registerAction2(class RevealLastFailedCellAction extends NotebookAction {
711711
ContextKeyExpr.equals('config.notebook.globalToolbar', true)
712712
),
713713
group: 'navigation/execute',
714-
order: 0
714+
order: 20
715715
},
716716
],
717717
icon: icons.errorStateIcon,

0 commit comments

Comments
 (0)