mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-03 16:15:28 +01:00
Fixes #4460: Improve description for editor.wrappingColumn
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user