Disable inlay hint location links on vscode < 1.76
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user