Skip to content

Commit 0f953dd

Browse files
committed
Fix phrasing in inlay hints settings
1 parent a4e6963 commit 0f953dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

editors/code/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,22 +313,22 @@
313313
"rust-analyzer.inlayHints.enable": {
314314
"type": "boolean",
315315
"default": true,
316-
"description": "Disable all inlay hints"
316+
"description": "Whether to show inlay hints"
317317
},
318318
"rust-analyzer.inlayHints.typeHints": {
319319
"type": "boolean",
320320
"default": true,
321-
"description": "Whether to show inlay type hints"
321+
"description": "Whether to show inlay type hints for variables."
322322
},
323323
"rust-analyzer.inlayHints.chainingHints": {
324324
"type": "boolean",
325325
"default": true,
326-
"description": "Whether to show inlay type hints for method chains"
326+
"description": "Whether to show inlay type hints for method chains."
327327
},
328328
"rust-analyzer.inlayHints.parameterHints": {
329329
"type": "boolean",
330330
"default": true,
331-
"description": "Whether to show function parameter name inlay hints at the call site"
331+
"description": "Whether to show function parameter name inlay hints at the call site."
332332
},
333333
"rust-analyzer.inlayHints.maxLength": {
334334
"type": [

0 commit comments

Comments
 (0)