Disable inlay hint location links on vscode < 1.76

This commit is contained in:
hkalbasi 2022-12-21 18:54:49 +03:30
parent 801a2231bf
commit e1aa73ef40
9 changed files with 121 additions and 10 deletions

View file

@ -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,