fix command name for toggle centered layout

This commit is contained in:
isidor 2018-11-13 11:24:07 +01:00
parent 052cfa0dd2
commit 1df80b25cc

View file

@ -46,7 +46,7 @@ MenuRegistry.appendMenuItem(MenuId.MenubarAppearanceMenu, {
MenuRegistry.appendMenuItem(MenuId.MenubarLayoutMenu, {
group: '2_layouts',
command: {
id: 'workbench.action.editorLayoutCentered',
id: 'workbench.action.toggleCenteredLayout',
title: nls.localize({ key: 'miCenteredEditorLayout', comment: ['&& denotes a mnemonic'] }, "&&Centered")
},
order: 2