mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Disable inlay hint location links on vscode < 1.76
This commit is contained in:
parent
801a2231bf
commit
e1aa73ef40
9 changed files with 121 additions and 10 deletions
|
@ -106,6 +106,7 @@ impl StaticIndex<'_> {
|
|||
.analysis
|
||||
.inlay_hints(
|
||||
&InlayHintsConfig {
|
||||
location_links: true,
|
||||
render_colons: true,
|
||||
type_hints: true,
|
||||
parameter_hints: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue