Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline Blame debounce #3616

Open
jtmkrueger opened this issue Sep 25, 2024 · 2 comments
Open

Inline Blame debounce #3616

jtmkrueger opened this issue Sep 25, 2024 · 2 comments
Labels
feature New feature or request triage Needs to be looked at

Comments

@jtmkrueger
Copy link

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.

@jtmkrueger jtmkrueger added feature New feature or request triage Needs to be looked at labels Sep 25, 2024
@jtmkrueger
Copy link
Author

jtmkrueger commented Sep 25, 2024

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.

@jtmkrueger
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request triage Needs to be looked at
Projects
None yet
Development

No branches or pull requests

1 participant