Update lsp.rs

pull/9109/head
Daniel 12 months ago
parent 8d231bafd0
commit 73a8622332

@ -1690,7 +1690,7 @@ fn compute_inlay_hints_for_view(
} }
type_built_string.push_str(type_hint_suffix); type_built_string.push_str(type_hint_suffix);
InlineAnnotation::new(char_index, type_built_string) InlineAnnotation::new(0, type_built_string)
}) })
.collect() .collect()
} }

Loading…
Cancel
Save