about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorhkalbasi <hamidrezakalbasi@protonmail.com>2022-12-21 18:54:49 +0330
committerhkalbasi <hamidrezakalbasi@protonmail.com>2022-12-21 18:54:49 +0330
commite1aa73ef40b8902b2cbdd8272978fcc1c47cf3c7 (patch)
tree2f73d440bb710749f0f4228ddcf44be6362bfc93 /docs
parent801a2231bf154a720db97d50e8e581d1f8666e2a (diff)
downloadrust-e1aa73ef40b8902b2cbdd8272978fcc1c47cf3c7.tar.gz
rust-e1aa73ef40b8902b2cbdd8272978fcc1c47cf3c7.zip
Disable inlay hint location links on vscode < 1.76
Diffstat (limited to 'docs')
-rw-r--r--docs/user/generated_config.adoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc
index db41c7bf109..47511aad0fe 100644
--- a/docs/user/generated_config.adoc
+++ b/docs/user/generated_config.adoc
@@ -469,6 +469,11 @@ Whether to show inlay type hints for elided lifetimes in function signatures.
 --
 Whether to prefer using parameter names as the name for elided lifetime hints if possible.
 --
+[[rust-analyzer.inlayHints.locationLinks]]rust-analyzer.inlayHints.locationLinks (default: `true`)::
++
+--
+Whether to use location links for parts of type mentioned in inlay hints.
+--
 [[rust-analyzer.inlayHints.maxLength]]rust-analyzer.inlayHints.maxLength (default: `25`)::
 +
 --