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 27ed8ac502..8307f6833e 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -1308,6 +1308,11 @@
"default": true,
"type": "boolean"
},
+ "rust-analyzer.inlayHints.rangeExclusiveHints.enable": {
+ "markdownDescription": "Whether to show exclusive range inlay hints.",
+ "default": false,
+ "type": "boolean"
+ },
"rust-analyzer.inlayHints.reborrowHints.enable": {
"markdownDescription": "Whether to show inlay hints for compiler inserted reborrows.\nThis setting is deprecated in favor of #rust-analyzer.inlayHints.expressionAdjustmentHints.enable#.",
"default": "never",