https://code.visualstudio.com/
How to open VS Code with a remote project (directory) via command line:
$ code --remote ssh-remote+remote_server /code/my_project
or
$ code --folder-uri vscode-remote://ssh-remote+username@hostname/home/me/code/folder
Source: https://code.visualstudio.com/docs/remote/troubleshooting