diff options
| author | hkalbasi <hamidrezakalbasi@protonmail.com> | 2022-12-21 18:54:49 +0330 |
|---|---|---|
| committer | hkalbasi <hamidrezakalbasi@protonmail.com> | 2022-12-21 18:54:49 +0330 |
| commit | e1aa73ef40b8902b2cbdd8272978fcc1c47cf3c7 (patch) | |
| tree | 2f73d440bb710749f0f4228ddcf44be6362bfc93 /editors/code/package.json | |
| parent | 801a2231bf154a720db97d50e8e581d1f8666e2a (diff) | |
| download | rust-e1aa73ef40b8902b2cbdd8272978fcc1c47cf3c7.tar.gz rust-e1aa73ef40b8902b2cbdd8272978fcc1c47cf3c7.zip | |
Disable inlay hint location links on vscode < 1.76
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 f9b0e28dadb..5b09ee6f7da 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, |
