Open jtmkrueger opened 1 month ago
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.