Skip to content

Commit

Permalink
more sidebar to side bar
Browse files Browse the repository at this point in the history
  • Loading branch information
sbatten authored and gabritto committed Mar 25, 2022
1 parent e4f2806 commit 07719bb
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 07719bb

Please sign in to comment.