Skip to content

Commit 2dbf136

Browse files
committed
Render link correctly in setting description
1 parent 94081b2 commit 2dbf136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/workbench.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
540540
'type': 'string',
541541
'enum': ['toggle', 'focus'],
542542
'default': 'toggle',
543-
'description': localize('activityBarIconClickBehavior', "Controls the behavior of clicking an Activity Bar icon in the workbench. This value is ignored when {0} is not set to {1}.", '`#workbench.activityBar.location#`', '`default`'),
543+
'markdownDescription': localize({ comment: ['{0}, {1} will be a setting name rendered as a link'], key: 'activityBarIconClickBehavior' }, "Controls the behavior of clicking an Activity Bar icon in the workbench. This value is ignored when {0} is not set to {1}.", '`#workbench.activityBar.location#`', '`default`'),
544544
'enumDescriptions': [
545545
localize('workbench.activityBar.iconClickBehavior.toggle', "Hide the Primary Side Bar if the clicked item is already visible."),
546546
localize('workbench.activityBar.iconClickBehavior.focus', "Focus the Primary Side Bar if the clicked item is already visible.")

0 commit comments

Comments
 (0)