mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
committed by
GitHub
parent
1f56ec49bf
commit
fb50e794eb
@@ -165,10 +165,10 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
|
||||
'minimum': 38,
|
||||
'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`.")
|
||||
},
|
||||
'workbench.editor.tabHeight': {
|
||||
'window.density.editorTabHeight': {
|
||||
'type': 'string',
|
||||
'enum': ['normal', 'compact'],
|
||||
'default': 'normal',
|
||||
'enum': ['default', 'compact'],
|
||||
'default': 'default',
|
||||
'markdownDescription': localize({ comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'], key: 'workbench.editor.tabHeight' }, "Controls the height of editor tabs. Also applies to the title control bar when `#workbench.editor.showTabs#` is disabled.")
|
||||
},
|
||||
'workbench.editor.pinnedTabSizing': {
|
||||
|
||||
Reference in New Issue
Block a user