about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorJake Heinz <jh@discordapp.com>2021-11-13 23:39:34 +0000
committerJake Heinz <jh@discordapp.com>2021-11-13 23:39:34 +0000
commit520ff62f4e030c45c68207f8abc7bfea072a6e8d (patch)
treec77ecd5c3c503eda9168fd9f3970759460859889 /editors/code/package.json
parentd3d768de0d8af96b51cdcdadde511028d3b3d87f (diff)
downloadrust-520ff62f4e030c45c68207f8abc7bfea072a6e8d.tar.gz
rust-520ff62f4e030c45c68207f8abc7bfea072a6e8d.zip
flip the default
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 888c9dccf33..e1cbe8ba640 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -754,7 +754,7 @@
                 },
                 "rust-analyzer.inlayHints.hideNamedConstructorHints": {
                     "markdownDescription": "Whether to hide inlay hints for constructors.",
-                    "default": true,
+                    "default": false,
                     "type": "boolean"
                 },
                 "rust-analyzer.joinLines.joinElseIf": {