I was wondering if there is an extension for Visual Studio Code which enables us to compare any arbitrary file in current branch with the same file in another branch. In Intellij, there is a 'compare with branch' option using which I can compare the state of my file in current branch with the same file in any other branch. This comes in handy a lot of time and I don't have to go to GitHub if I want to compare the changes done with the target branch prior to creating a pull request.
