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
Currently I have tried to set git.realtimeGutters to false, but it simply disables git gutter updates as a whole. I'm not sure what's the intention of this flag and it's not clear from docs or its name, it should be clarified whether it's for less frequent updates (non realtime), or to allow for manual update. Given that, I have not found a way to toggle update manually except for yet another hack like :CocCommand git.toggleGutters | CocCommand git.toggleGutters.
The text was updated successfully, but these errors were encountered:
This is a feature request to have something similar as in neoclide/coc.nvim#3168.
Currently I have tried to set
git.realtimeGutters
tofalse
, but it simply disables git gutter updates as a whole. I'm not sure what's the intention of this flag and it's not clear from docs or its name, it should be clarified whether it's for less frequent updates (non realtime), or to allow for manual update. Given that, I have not found a way to toggle update manually except for yet another hack like:CocCommand git.toggleGutters | CocCommand git.toggleGutters
.The text was updated successfully, but these errors were encountered: