fix #203235
This commit is contained in:
Benjamin Simmonds 2024-01-24 11:12:27 +01:00 committed by GitHub
parent 8458f875df
commit 4a3c073d9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
[LayoutSettings.EDITOR_ACTIONS_LOCATION]: {
'type': 'string',
'enum': [EditorActionsLocation.DEFAULT, EditorActionsLocation.TITLEBAR, EditorActionsLocation.HIDDEN],
'enumDescriptions': [
'markdownEnumDescriptions': [
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`'),
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`'),
localize('workbench.editor.editorActionsLocation.hidden', "Editor actions are not shown."),