We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052cfa0 commit 1df80b2Copy full SHA for 1df80b2
1 file changed
src/vs/workbench/browser/actions/toggleCenteredLayout.ts
@@ -46,7 +46,7 @@ MenuRegistry.appendMenuItem(MenuId.MenubarAppearanceMenu, {
46
MenuRegistry.appendMenuItem(MenuId.MenubarLayoutMenu, {
47
group: '2_layouts',
48
command: {
49
- id: 'workbench.action.editorLayoutCentered',
+ id: 'workbench.action.toggleCenteredLayout',
50
title: nls.localize({ key: 'miCenteredEditorLayout', comment: ['&& denotes a mnemonic'] }, "&&Centered")
51
},
52
order: 2
0 commit comments