mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-20 03:49:51 +00:00
Disable inlay hint location links on vscode < 1.76
This commit is contained in:
parent
801a2231bf
commit
e1aa73ef40
9 changed files with 121 additions and 10 deletions
|
|
@ -995,6 +995,11 @@
|
|||
"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…
Add table
Add a link
Reference in a new issue