mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-27 20:35:09 +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.
|
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`)::
|
[[rust-analyzer.inlayHints.maxLength]]rust-analyzer.inlayHints.maxLength (default: `25`)::
|
||||||
+
|
+
|
||||||
--
|
--
|
||||||
|
|
|
@ -1038,11 +1038,6 @@
|
||||||
"default": false,
|
"default": false,
|
||||||
"type": "boolean"
|
"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": {
|
"rust-analyzer.inlayHints.maxLength": {
|
||||||
"markdownDescription": "Maximum length for inlay hints. Set to null to have an unlimited length.",
|
"markdownDescription": "Maximum length for inlay hints. Set to null to have an unlimited length.",
|
||||||
"default": 25,
|
"default": 25,
|
||||||
|
|
Loading…
Reference in a new issue