From 0f953ddd9e8b9a6342be82797fbf88bb56fc6715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Thu, 21 May 2020 12:24:18 +0300 Subject: Fix phrasing in inlay hints settings --- editors/code/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/editors/code/package.json b/editors/code/package.json index d899f60e3..78f647baa 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": [ -- cgit v1.2.3