Skip to content

Commit 755b12c

Browse files
authored
Update tab bar group and order in layoutActions.ts (microsoft#196706)
Update tab bar group and order in layoutActions.ts.
1 parent 8b0c5ad commit 755b12c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/browser/actions/layoutActions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,8 @@ registerAction2(ShowSingleEditorTabAction);
553553
MenuRegistry.appendMenuItem(MenuId.MenubarAppearanceMenu, {
554554
submenu: MenuId.EditorTabsBarShowTabsSubmenu,
555555
title: localize('tabBar', "Tab Bar"),
556-
group: '4_editor',
557-
order: 6
556+
group: '3_workbench_layout_move',
557+
order: 10
558558
});
559559

560560
// --- Toggle Pinned Tabs On Separate Row

0 commit comments

Comments
 (0)