mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
Merge branch 'main' into benibenj/hideTabsActionBar
This commit is contained in:
@@ -484,7 +484,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
|
||||
'type': 'string',
|
||||
'enum': ['side', 'top', 'hidden'],
|
||||
'default': 'side',
|
||||
'markdownDescription': localize({ comment: ['This is the description for a setting'], key: 'activityBarLocation' }, "Controls the location of the activity bar. It can either show to the `side` or `top` (requires `{0}`) of the primary side bar or `hidden`.", '#window.commandCenter#'),
|
||||
'markdownDescription': localize({ comment: ['This is the description for a setting'], key: 'activityBarLocation' }, "Controls the location of the activity bar. It can either show to the `side` or `top` (requires {0} set to {1}) of the primary side bar or `hidden`.", '`#window.titleBarStyle#`', '`custom`'),
|
||||
'enumDescriptions': [
|
||||
localize('workbench.activityBar.location.side', "Show the activity bar to the side of the primary side bar."),
|
||||
localize('workbench.activityBar.location.top', "Show the activity bar on top of the primary side bar."),
|
||||
|
||||
Reference in New Issue
Block a user