提交 152e0b04 编写于 作者: A Alex Dima

Fixes #11196: improve schema for editor.fontWeight

上级 50e1d67a
......@@ -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.")
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册