Really keen to find out if there is a way to compare an editable panel on vscode to what is on another git branch i.e. what the diff is locally to that on origin master / another branch... but not in 'read-only' mode.
Ideally on the source control extension, under branches i would like to see a list of changed files and click on them, to open two panels one with the branch i select and one with working changes / editable.
Any idea how to do this? I am sure i used to be able to do it. Thank you.