Reputation: 167
I use Codeanywhere. The cloud IDE is okay but I'd rather use Visual Studio Code. Since I'm on a work computer without admin rights, I have a portable version of Visual Studio Code that I'd like to use to connect to my CodeAnywhere container. I found a couple of extensions that let you mount a folder through ssh. They are SSH FS and FS Remote. But I can't figure out how to actually connect. Anyone have any experience with this? Or know any alternatives to hosting a container remotely and connect with VSC code? Thanks
Upvotes: 3
Views: 1698
Reputation: 31
The following are instructions from a Mac.
Setting up SSH keys
Gather Container Information
Setting up Visual Studio Code
Host Codeanywhere
HostName hostXX.codeanyhost.com
User cabox
Port 12345
IdentityFile ~/.ssh/id_rsa
Upvotes: 3