mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-09 15:24:28 +01:00
Settings description
This commit is contained in:
@@ -499,12 +499,12 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
|
||||
'type': 'string',
|
||||
'enum': ['side', 'top', 'bottom', '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` of the Primary Side Bar or `hidden`."),
|
||||
'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` / `bottom` of the Primary and Secondary Side Bar or `hidden`."),
|
||||
'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."),
|
||||
localize('workbench.activityBar.location.bottom', "Show the Activity Bar at the bottom of the Primary Side Bar."),
|
||||
localize('workbench.activityBar.location.hide', "Hide the Activity Bar.")
|
||||
localize('workbench.activityBar.location.side', "Show the Activity Bar of the Primary Side Bar on the side."),
|
||||
localize('workbench.activityBar.location.top', "Show the Activity Bar on top of the Primary and Secondary Side Bar."),
|
||||
localize('workbench.activityBar.location.bottom', "Show the Activity Bar at the bottom of the Primary and Secondary Side Bar."),
|
||||
localize('workbench.activityBar.location.hide', "Hide the Activity Bar in the Primary and Secondary Side Bar.")
|
||||
],
|
||||
},
|
||||
'workbench.activityBar.iconClickBehavior': {
|
||||
|
||||
Reference in New Issue
Block a user