Hello,
Loving this extension, as Remote-SSH was not a solution for me. I am aware of the limitations in #31 that VSCode is unable to recognize the ssh:// as a remote git repo at this time.
One of my most common uses of the git repo in VSCode is to compare the uncommited changes I've made to a file.
Would it be possible for SSH FS to detect that the remote is a git repo and if so, show a context menu item on a file that would call the remote diff but display it in VSCode side-by-side?
Everything else I can do easily through the ssh terminal.