Skip to content

Commit

Permalink
more sidebar to side bar
Browse files Browse the repository at this point in the history
refs #145863
  • Loading branch information
sbatten committed Mar 24, 2022
1 parent f41aed3 commit a3b788e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/workbench/browser/workbench.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,8 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
'default': isWeb ? 'compact' : 'classic',
'scope': ConfigurationScope.APPLICATION,
'markdownDescription': isMacintosh ?
localize('menuBarVisibility.mac', "Control the visibility of the menu bar. A setting of 'toggle' means that the menu bar is hidden and executing `Focus Application Menu` will show it. A setting of 'compact' will move the menu into the sidebar.") :
localize('menuBarVisibility', "Control the visibility of the menu bar. A setting of 'toggle' means that the menu bar is hidden and a single press of the Alt key will show it. A setting of 'compact' will move the menu into the sidebar."),
localize('menuBarVisibility.mac', "Control the visibility of the menu bar. A setting of 'toggle' means that the menu bar is hidden and executing `Focus Application Menu` will show it. A setting of 'compact' will move the menu into the side bar.") :
localize('menuBarVisibility', "Control the visibility of the menu bar. A setting of 'toggle' means that the menu bar is hidden and a single press of the Alt key will show it. A setting of 'compact' will move the menu into the side bar."),
'included': isWindows || isLinux || isWeb
},
'window.enableMenuBarMnemonics': {
Expand Down

0 comments on commit a3b788e

Please sign in to comment.