mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Regen config
This commit is contained in:
parent
3a95864df5
commit
f932d39945
2 changed files with 0 additions and 10 deletions
|
@ -486,11 +486,6 @@ Whether to show inlay type hints for elided lifetimes in function signatures.
|
|||
--
|
||||
Whether to prefer using parameter names as the name for elided lifetime hints if possible.
|
||||
--
|
||||
[[rust-analyzer.inlayHints.locationLinks]]rust-analyzer.inlayHints.locationLinks (default: `true`)::
|
||||
+
|
||||
--
|
||||
Whether to use location links for parts of type mentioned in inlay hints.
|
||||
--
|
||||
[[rust-analyzer.inlayHints.maxLength]]rust-analyzer.inlayHints.maxLength (default: `25`)::
|
||||
+
|
||||
--
|
||||
|
|
|
@ -1038,11 +1038,6 @@
|
|||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.inlayHints.locationLinks": {
|
||||
"markdownDescription": "Whether to use location links for parts of type mentioned in inlay hints.",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.inlayHints.maxLength": {
|
||||
"markdownDescription": "Maximum length for inlay hints. Set to null to have an unlimited length.",
|
||||
"default": 25,
|
||||
|
|
Loading…
Reference in a new issue