mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-23 07:16:29 +01:00
Fixes #11196: improve schema for editor.fontWeight
This commit is contained in:
@@ -592,6 +592,7 @@ let editorConfiguration:IConfigurationNode = {
|
||||
},
|
||||
'editor.fontWeight' : {
|
||||
'type': 'string',
|
||||
'enum': ['normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900'],
|
||||
'default': DefaultConfig.editor.fontWeight,
|
||||
'description': nls.localize('fontWeight', "Controls the font weight.")
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user