Is there a way to show in explorer binary files (so i see that they're changed/added/removed) but skip diffing them?
The issue with diffing binary files is that it's super costly, the whole editor freezes for few seconds.
I have my own fix for this issue which instead of diffing shows this:
Very useful, this way the whole editor stays responsive and is super fast.
Can we have such functionality natively supported in codediff?