Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 0343abd0a3..18d4b39b83 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -800,6 +800,11 @@
"default": false,
"type": "boolean"
},
+ "rust-analyzer.inlayHints.reborrowHints": {
+ "markdownDescription": "Whether to show inlay type hints for compiler inserted reborrows.",
+ "default": false,
+ "type": "boolean"
+ },
"rust-analyzer.inlayHints.lifetimeElisionHints": {
"markdownDescription": "Whether to show inlay type hints for elided lifetimes in function signatures.",
"default": "never",