Skip to content

Commit 335caa9

Browse files
committed
1 parent 4c58229 commit 335caa9

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
@@ -479,7 +479,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
479479
'type': 'string',
480480
'enum': ['side', 'top', 'hidden'],
481481
'default': 'side',
482-
'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#'),
482+
'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`'),
483483
'enumDescriptions': [
484484
localize('workbench.activityBar.location.side', "Show the activity bar to the side of the primary side bar."),
485485
localize('workbench.activityBar.location.top', "Show the activity bar on top of the primary side bar."),

0 commit comments

Comments
 (0)