diff options
| author | Jake Heinz <jh@discordapp.com> | 2021-11-13 23:39:34 +0000 |
|---|---|---|
| committer | Jake Heinz <jh@discordapp.com> | 2021-11-13 23:39:34 +0000 |
| commit | 520ff62f4e030c45c68207f8abc7bfea072a6e8d (patch) | |
| tree | c77ecd5c3c503eda9168fd9f3970759460859889 /editors/code | |
| parent | d3d768de0d8af96b51cdcdadde511028d3b3d87f (diff) | |
| download | rust-520ff62f4e030c45c68207f8abc7bfea072a6e8d.tar.gz rust-520ff62f4e030c45c68207f8abc7bfea072a6e8d.zip | |
flip the default
Diffstat (limited to 'editors/code')
| -rw-r--r-- | editors/code/package.json | 2 |
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": { |
