提交 14b519c2 编写于 作者: A Alex Dima

Fixes #34477: Improve description for `editor.rulers`

上级 afdecfdf
......@@ -213,7 +213,7 @@ const editorConfiguration: IConfigurationNode = {
'type': 'number'
},
'default': EDITOR_DEFAULTS.viewInfo.rulers,
'description': nls.localize('rulers', "Columns at which to show vertical rulers")
'description': nls.localize('rulers', "Render vertical rulers after a certain number of monospace characters. Use multiple values for multiple rulers. No rulers are drawn if array is empty")
},
'editor.wordSeparators': {
'type': 'string',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册