diff options
Diffstat (limited to 'editors/code/package.json')
| -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": { |
