Fixes #11196: improve schema for editor.fontWeight

This commit is contained in:
Alex Dima
2016-09-01 16:57:02 +02:00
parent 50e1d67a51
commit 152e0b04a7
@@ -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.")
},