]> git.lizzy.rs Git - rust.git/blobdiff - editors/code/package.json
Auto merge of #12328 - Veykril:simplify, r=Veykril
[rust.git] / editors / code / package.json
index e81dfff278667f08fcf6eb3e76855067062ba007..f46c7ea92d3e6e5c3ca60ca1844f13276abd5468 100644 (file)
                     "default": true,
                     "type": "boolean"
                 },
+                "rust-analyzer.inlayHints.typeHints.hideClosureInitialization": {
+                    "markdownDescription": "Whether to hide inlay type hints for `let` statements that initialize to a closure.\nOnly applies to closures with blocks, same as `#rust-analyzer.inlayHints.closureReturnTypeHints.enable#`.",
+                    "default": false,
+                    "type": "boolean"
+                },
                 "rust-analyzer.inlayHints.typeHints.hideNamedConstructor": {
                     "markdownDescription": "Whether to hide inlay type hints for constructors.",
                     "default": false,