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 4c718f0b79..e1cbe8ba64 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -752,6 +752,11 @@
"default": true,
"type": "boolean"
},
+ "rust-analyzer.inlayHints.hideNamedConstructorHints": {
+ "markdownDescription": "Whether to hide inlay hints for constructors.",
+ "default": false,
+ "type": "boolean"
+ },
"rust-analyzer.joinLines.joinElseIf": {
"markdownDescription": "Join lines inserts else between consecutive ifs.",
"default": true,