Settings description

This commit is contained in:
BeniBenj
2024-03-06 18:09:53 +01:00
parent 550954c442
commit 182fd05742
@@ -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': {