about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-21 12:51:52 +0000
committerGitHub <noreply@github.com>2020-05-21 12:51:52 +0000
commit0c2b548b0b5712dcc2f9a4eead57e028b5461ba7 (patch)
treeb6ecbc6c5bac1d9cbfa4fe4f08073ac29feabf86
parenta4e6963a2313971fe7bbec97d03bc67266ef68a9 (diff)
parent0f953ddd9e8b9a6342be82797fbf88bb56fc6715 (diff)
downloadrust-0c2b548b0b5712dcc2f9a4eead57e028b5461ba7.tar.gz
rust-0c2b548b0b5712dcc2f9a4eead57e028b5461ba7.zip
Merge #4550
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>
-rw-r--r--editors/code/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index d899f60e333..78f647baa36 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -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": [