Skip to content

Commit 4a3c073

Browse files
authored
1 parent 8458f87 commit 4a3c073

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
@@ -52,7 +52,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
5252
[LayoutSettings.EDITOR_ACTIONS_LOCATION]: {
5353
'type': 'string',
5454
'enum': [EditorActionsLocation.DEFAULT, EditorActionsLocation.TITLEBAR, EditorActionsLocation.HIDDEN],
55-
'enumDescriptions': [
55+
'markdownEnumDescriptions': [
5656
localize({ comment: ['{0} will be a setting name rendered as a link'], key: 'workbench.editor.editorActionsLocation.default' }, "Show editor actions in the window title bar when {0} is set to {1}. Otherwise, editor actions are shown in the editor tab bar.", '`#workbench.editor.showTabs#`', '`none`'),
5757
localize({ comment: ['{0} will be a setting name rendered as a link'], key: 'workbench.editor.editorActionsLocation.titleBar' }, "Show editor actions in the window title bar. If {0} is set to {1}, editor actions are hidden.", '`#window.customTitleBarVisibility#`', '`never`'),
5858
localize('workbench.editor.editorActionsLocation.hidden', "Editor actions are not shown."),

0 commit comments

Comments
 (0)