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
It'd be really nice to put a debounce on inline blame.
If I'm navigating and holding the up or down arrow, the inline blame is introducing lag. If there was a way to set debounce so that it didn't try and find the info for a second, it would improve performance.
The text was updated successfully, but these errors were encountered:
I suspect this may be the culprit, since it appears to be setting the debounce to 0 in linetracker. I've never explored the codebase at all and this is just what came up for me in a quick cursory search :D I'm sure it's probably more complicated than that.
Probably something around here needing to get wrapped in a debounce, but again I'm not familiar with the codebase at all. It'd also be nice to be able to configure the debounce as a user.
It'd be really nice to put a debounce on inline blame.
If I'm navigating and holding the up or down arrow, the inline blame is introducing lag. If there was a way to set debounce so that it didn't try and find the info for a second, it would improve performance.
The text was updated successfully, but these errors were encountered: