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
gdh1995
changed the title
[feature requst] Less re-rendering by disable animation in blame info in the status bar
[feature requst] Less re-rendering by disabling animation in blame info in the status bar
Feb 23, 2022
eamodio
changed the title
[feature requst] Less re-rendering by disabling animation in blame info in the status bar
Reduce re-rendering by disabling animation in blame info in the status bar
Mar 15, 2022
I've changed this from a spinner to just a watch icon to reduce the visual noise. FYI, in the current insiders version of VS Code the re-rendering issue you are seeing above seems to be resolved whether a spinning icon is used or not.
Currently behavior
gitlens.statusBar.*
)gitlens.statusBar.reduceFlicker
istrue
by default, there's a "turning circle" before blame info before new info gets loadedWhat I want
I want (a new setting item) to replace the circle animation with:
The benefits of this feature
Firstly, this means: further reduce flickers; easier to read; not attract attention in any sense.
Secondly, a static icon will save computer power a lot: during my tests using
Developer Tools -> Render -> Paint flashing
,reduceFlicker=false
, there's no turning circle, and thenThe text was updated successfully, but these errors were encountered: