Disable inlay hint location links on vscode < 1.76

This commit is contained in:
hkalbasi 2022-12-21 18:54:49 +03:30
parent 801a2231bf
commit e1aa73ef40
9 changed files with 121 additions and 10 deletions

View file

@ -106,6 +106,7 @@ impl StaticIndex<'_> {
.analysis
.inlay_hints(
&InlayHintsConfig {
location_links: true,
render_colons: true,
type_hints: true,
parameter_hints: true,