I refer to https://code.visualstudio.com/Docs/editor/versioncontrol#_viewing-diffs.
Is there a way to easily show a side-by-side diff of a file in two different locations, eg work tree and a specific commit, using the Code GUI?
In Source Control view, if I click on a changed file, it shows a side-by-side diff of the work tree version and (I believe) the latest commit version. Is there a way to easily select another commit?