You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin frontend requests inlay hints from the LSP on every scroll event, which negatively affects the update speed of inlay hints.
Debouncing should be implemented on the frontend to reduce the frequency of these requests.