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
The only way I think this would be possible, would be to first check with git, to see if git considers the file as changed before processing it. -- That would break git gutter for files that have been changed but not saved yet.
@Gabriel-p that looks like it would work. I tried to look up the git docs to see if there was a way to get a list of the assume unchanged files and came up short.
I know that the flag
"show_markers_on_untracked_file": false
is used to hide icons from files marked as untracked.Should this option also work on
--assume-unchanged
files? For what I've seen it does not affect those files and icons are still displayed.The text was updated successfully, but these errors were encountered: