Do not add duplicate hints to the cache
This commit is contained in:
parent
0e2a1fc149
commit
56f89739f8
2 changed files with 53 additions and 54 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue