]> git.lizzy.rs Git - rust.git/blobdiff - editors/code/package.json
flip the default
[rust.git] / editors / code / package.json
index 888c9dccf3366190a31ec1a19b2cef36e3b1a18d..e1cbe8ba64040271cdc736ffb8620d6c4718ce3a 100644 (file)
                 },
                 "rust-analyzer.inlayHints.hideNamedConstructorHints": {
                     "markdownDescription": "Whether to hide inlay hints for constructors.",
-                    "default": true,
+                    "default": false,
                     "type": "boolean"
                 },
                 "rust-analyzer.joinLines.joinElseIf": {