You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'markdownDescription': localize({key: 'layoutControlEnabled',comment: ['{0} is a placeholder for a setting identifier.']},"Controls whether the layout controls in the custom title bar is enabled via {0}.",'`#window.titleBarStyle#`'),
457
+
'markdownDescription': isWeb ?
458
+
localize('layoutControlEnabledWeb',"Controls whether the layout control in the title bar is shown.") :
459
+
localize({key: 'layoutControlEnabled',comment: ['{0} is a placeholder for a setting identifier.']},"Controls whether the layout control is shown in the custom title bar. This setting only has an effect when {0} is set to {1}.",'`#window.titleBarStyle#`','`custom`')
'description': localize('layoutControlType',"Controls whether the layout control in the custom title bar is displayed as a single menu button or with multiple UI toggles."),
469
471
},
470
-
'workbench.experimental.layoutControl.enabled': {
471
-
'type': 'boolean',
472
-
'tags': ['experimental'],
473
-
'default': false,
474
-
'markdownDescription': localize({key: 'layoutControlEnabled',comment: ['{0} is a placeholder for a setting identifier.']},"Controls whether the layout controls in the custom title bar is enabled via {0}.",'`#window.titleBarStyle#`'),
475
-
'markdownDeprecationMessage': localize({key: 'layoutControlEnabledDeprecation',comment: ['{0} is a placeholder for a setting identifier.']},"This setting has been deprecated in favor of {0}",'`#workbench.layoutControl.enabled#`')
476
-
},
477
-
'workbench.experimental.layoutControl.type': {
478
-
'type': 'string',
479
-
'enum': ['menu','toggles','both'],
480
-
'enumDescriptions': [
481
-
localize('layoutcontrol.type.menu',"Shows a single button with a dropdown of layout options."),
482
-
localize('layoutcontrol.type.toggles',"Shows several buttons for toggling the visibility of the panels and side bar."),
483
-
localize('layoutcontrol.type.both',"Shows both the dropdown and toggle buttons."),
484
-
],
485
-
'tags': ['experimental'],
486
-
'default': 'both',
487
-
'description': localize('layoutControlType',"Controls whether the layout control in the custom title bar is displayed as a single menu button or with multiple UI toggles."),
488
-
'markdownDeprecationMessage': localize({key: 'layoutControlTypeDeprecation',comment: ['{0} is a placeholder for a setting identifier.']},"This setting has been deprecated in favor of {0}",'`#workbench.layoutControl.type#`')
markdownDescription: localize('window.commandCenter',"Show command launcher together with the window title. This setting only has an effect when {0} is set to {1}.",'`#window.titleBarStyle#`','`custom`')
526
+
markdownDescription: isWeb ?
527
+
localize('window.commandCenterWeb',"Show command launcher together with the window title.") :
528
+
localize({key: 'window.commandCenter',comment: ['{0} is a placeholder for a setting identifier.']},"Show command launcher together with the window title. This setting only has an effect when {0} is set to {1}.",'`#window.titleBarStyle#`','`custom`')
localize('window.menuBarVisibility.toggle.mac',"Menu is hidden but can be displayed at the top of the window by executing the `Focus Application Menu` command.") :
554
538
localize('window.menuBarVisibility.toggle',"Menu is hidden but can be displayed at the top of the window via the Alt key."),
555
539
localize('window.menuBarVisibility.hidden',"Menu is always hidden."),
556
-
localize('window.menuBarVisibility.compact',"Menu is displayed as a compact button in the side bar. This value is ignored when {0} is {1}.",'`#window.titleBarStyle#`','`native`')
540
+
isWeb ?
541
+
localize('window.menuBarVisibility.compact.web',"Menu is displayed as a compact button in the side bar.") :
542
+
localize({key: 'window.menuBarVisibility.compact',comment: ['{0} is a placeholder for a setting identifier.']},"Menu is displayed as a compact button in the side bar. This value is ignored when {0} is {1}.",'`#window.titleBarStyle#`','`native`')
0 commit comments