Properly generate ranges to query

This commit is contained in:
Kirill Bulatov 2023-08-11 23:06:57 +03:00
parent 56f89739f8
commit 449c009639
2 changed files with 59 additions and 13 deletions

View file

@ -333,7 +333,6 @@ impl Editor {
cx,
);
// TODO kb too many events + too many LSP requests even due to deduplication, why?
self.refresh_inlays(InlayRefreshReason::NewLinesShown, cx);
}