mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
support not tabs tabheight
This commit is contained in:
@@ -167,7 +167,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
|
||||
},
|
||||
'workbench.editor.tabHeight': {
|
||||
'type': 'string',
|
||||
'enum': ['normal', 'small'],
|
||||
'enum': ['normal', 'compact'],
|
||||
'default': 'normal',
|
||||
'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.")
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user