mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-02 10:04:23 +00:00
Update package.json
This commit is contained in:
parent
7cbde1b3a5
commit
977f0ba968
@ -344,6 +344,11 @@ Whether to allow import insertion to merge new imports into single path glob imp
|
|||||||
--
|
--
|
||||||
The path structure for newly inserted paths to use.
|
The path structure for newly inserted paths to use.
|
||||||
--
|
--
|
||||||
|
[[rust-analyzer.inlayHints.bindingModeHints.enable]]rust-analyzer.inlayHints.bindingModeHints.enable (default: `false`)::
|
||||||
|
+
|
||||||
|
--
|
||||||
|
Whether to show inlay type hints for binding modes.
|
||||||
|
--
|
||||||
[[rust-analyzer.inlayHints.chainingHints.enable]]rust-analyzer.inlayHints.chainingHints.enable (default: `true`)::
|
[[rust-analyzer.inlayHints.chainingHints.enable]]rust-analyzer.inlayHints.chainingHints.enable (default: `true`)::
|
||||||
+
|
+
|
||||||
--
|
--
|
||||||
|
@ -784,6 +784,11 @@
|
|||||||
"Force import paths to be absolute by always starting them with `crate` or the extern crate name they come from."
|
"Force import paths to be absolute by always starting them with `crate` or the extern crate name they come from."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"rust-analyzer.inlayHints.bindingModeHints.enable": {
|
||||||
|
"markdownDescription": "Whether to show inlay type hints for binding modes.",
|
||||||
|
"default": false,
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"rust-analyzer.inlayHints.chainingHints.enable": {
|
"rust-analyzer.inlayHints.chainingHints.enable": {
|
||||||
"markdownDescription": "Whether to show inlay type hints for method chains.",
|
"markdownDescription": "Whether to show inlay type hints for method chains.",
|
||||||
"default": true,
|
"default": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user