Do not add duplicate hints to the cache

This commit is contained in:
Kirill Bulatov 2023-08-11 17:36:34 +03:00
parent 0e2a1fc149
commit 56f89739f8
2 changed files with 53 additions and 54 deletions

View file

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