Closed tnrich closed 2 years ago
The commands are not meant to be invoked from the command palette. If you click on the file in the tree view then it shows the diff. Are you saying this is too annoying since you need to find the file in the list again?
@letmaik I think it would be really nice to be in a file that has been changed compared to master and to be able to jump to the diff view between the file and master. Does that make sense?
It would work basically the same as Git: Open Changes
does:
which jumps you to the changes view:
I'm suggesting that if you're in a file with changes relative to the git-tree-compare branch you're comparing, then the following command:
Would open the git-tree-compare changes for that file
Part of 1.14.0. I also added support for "Open File", for the case when you're in the diff editor.
@letmaik awesome thank you so much for these changes! Definitely improves my workflow!
Hey there! Thanks again for this great extension!
I am trying to jump to the changes view using the 'Git Tree Compare: Open Changes' command while inside a file with changes.
However it doesn't seem to be working and is confusingly asking me to right click on a file instead:
Can this be fixed or can you please add a way to open the changes for a given file.
Thanks again! Thomas