Skip to content

Commit 1df80b2

Browse files
committed
fix command name for toggle centered layout
1 parent 052cfa0 commit 1df80b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ MenuRegistry.appendMenuItem(MenuId.MenubarAppearanceMenu, {
4646
MenuRegistry.appendMenuItem(MenuId.MenubarLayoutMenu, {
4747
group: '2_layouts',
4848
command: {
49-
id: 'workbench.action.editorLayoutCentered',
49+
id: 'workbench.action.toggleCenteredLayout',
5050
title: nls.localize({ key: 'miCenteredEditorLayout', comment: ['&& denotes a mnemonic'] }, "&&Centered")
5151
},
5252
order: 2

0 commit comments

Comments
 (0)