Is there a way for Sublime Merge to access and manage repositories located on a remote server via ssh?
Background
I work in an HPC environment where all my code is located on remote machines. I used SSHFS before to mount the remote file system on my local machine, which made it possible to use Sublime Merge with it. I ditched SSHFS because it was unreliable. I now develop remotely only using the VSCode Remote - SSH package. I would really like to use Sublime Merge with this workflow.