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
Improve status bar blame flicker avoidance (and make it the default?) #1353
Comments
I'm curious why this wouldn't be the default and only option? |
For 2 main reasons -- because since it continues to show the previous value, its technically wrong, until it updates, and I prefer it off |
Hmm ok, well you're the boss Personally, this seems like a perfect opportunity to simplify the extension by removing a setting. An alternative approach could be to change the icon to a refresh icon briefly, the icon changing and status bar item remaining stable is better than the entry disappearing and appearing (esp. if there are more entries to the left). |
Can you please verify this fix in tomorrow's insiders edition? You can install the insiders edition from here. Be sure to disable/uninstall the stable version of GitLens first. |
Nice |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When changing lines, the status bar entry hides and then shows again, sometimes with the same content.
Some ideas to avoid some visual noise:
git blame
?)The text was updated successfully, but these errors were encountered: