I have some work stored on a remote work machine (Linux) and would like to work on it from home (MacOS). I have VSCode as my IDE and would like to know how to use it to open a file/directory of files on my remote machine. The command I tried was:
code magoo@remote.work.machine.com:/home/dev/app/groo/groo.py
But that just opens up VSCode with a new file named groo.py. How do I open up my remote file?
sshfscommand should be automatically placed in yourPATH– James Hawley Feb 20 '19 at 21:01