Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index f9b0e28dad..5b09ee6f7d 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -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, |