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, 0 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 930564bd7c..599e9c5a7b 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1038,11 +1038,6 @@ "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, |