support not tabs tabheight

This commit is contained in:
BeniBenj
2023-09-05 10:21:11 +02:00
parent a58ff17bd5
commit 280320786e
6 changed files with 23 additions and 15 deletions

View File

@@ -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.")
},