Comparing Files in Vscode
Today, I’d like to share a simple trick for comparing the states of files using both the terminal and VSCode.
Comparing files Typically, when we need to check for differences between two files, we can use git diff if the files are within a Git repository or simply diff if the files are local.
However, these commands lack a user-friendly interface for comparing files, which is where VSCode’s file comparison feature comes in handy.