Skip to content

Commit 7ea5b91

Browse files
authored
tabs - improve workbench.editor.tabSizingFixedMaxWidth settings description (microsoft#184158)
1 parent ff47293 commit 7ea5b91

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
@@ -154,7 +154,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
154154
'type': 'number',
155155
'default': 160,
156156
'minimum': 50,
157-
'markdownDescription': localize('workbench.editor.tabSizingFixedMaxWidth', "Controls the maximum width of tabs when {0} is set to {1}.", '`#workbench.editor.tabSizing#`', '`fixed`')
157+
'markdownDescription': localize({ comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'], key: 'workbench.editor.tabSizingFixedMaxWidth' }, "Controls the maximum width of tabs when `#workbench.editor.tabSizing#` size is set to `fixed`.")
158158
},
159159
'workbench.editor.pinnedTabSizing': {
160160
'type': 'string',

0 commit comments

Comments
 (0)