提交 6df9ae9f 编写于 作者: A Alex Dima

Fixes #7164: Improve description for editor.lineHeight

上级 b7376c0f
......@@ -601,7 +601,7 @@ let editorConfiguration:IConfigurationNode = {
'editor.lineHeight' : {
'type': 'number',
'default': DefaultConfig.editor.lineHeight,
'description': nls.localize('lineHeight', "Controls the line height.")
'description': nls.localize('lineHeight', "Controls the line height. Use 0 to compute the lineHeight from the fontSize.")
},
'editor.lineNumbers' : {
'type': 'boolean',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册