Is it possible to ignore white-space when viewing code differences of a file (generated by GIT) in Visual Studio Code? That will be really helpful in checking for actual code ad
Is a new feature now. Add on your setting.json:
setting.json
"diffEditor.ignoreTrimWhitespace": true,