提交 f5a3dfd3 编写于 作者: A Alex Dima

Fixes #4460: Improve description for `editor.wrappingColumn`

上级 7c1c26a3
......@@ -850,7 +850,7 @@ let editorConfiguration:IConfigurationNode = {
'type': 'integer',
'default': DefaultConfig.editor.wrappingColumn,
'minimum': -1,
'description': nls.localize('wrappingColumn', "Controls after how many characters the editor will wrap to the next line. Setting this to 0 turns on viewport width wrapping")
'description': nls.localize('wrappingColumn', "Controls after how many characters the editor will wrap to the next line. Setting this to 0 turns on viewport width wrapping (word wrapping). Setting this to -1 forces the editor to never wrap.")
},
'editor.wrappingIndent' : {
'type': 'string',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册