4550: Fix phrasing in inlay hints settings r=matklad a=lnicola

Part of #4549

r? @LucianoBestia

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
bors[bot] 2020-05-21 12:51:52 +00:00 committed by GitHub
commit 0c2b548b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,22 +313,22 @@
"rust-analyzer.inlayHints.enable": {
"type": "boolean",
"default": true,
"description": "Disable all inlay hints"
"description": "Whether to show inlay hints"
},
"rust-analyzer.inlayHints.typeHints": {
"type": "boolean",
"default": true,
"description": "Whether to show inlay type hints"
"description": "Whether to show inlay type hints for variables."
},
"rust-analyzer.inlayHints.chainingHints": {
"type": "boolean",
"default": true,
"description": "Whether to show inlay type hints for method chains"
"description": "Whether to show inlay type hints for method chains."
},
"rust-analyzer.inlayHints.parameterHints": {
"type": "boolean",
"default": true,
"description": "Whether to show function parameter name inlay hints at the call site"
"description": "Whether to show function parameter name inlay hints at the call site."
},
"rust-analyzer.inlayHints.maxLength": {
"type": [