Hacker News new | ask | show | jobs
by mkohlmyr 2398 days ago
Do you happen to know if it works for vagrant VM's? Because having a file system mismatch (symlinked dependencies in vm, IDE doesn't recognise them) is a bit of a pain point for me right now, it would be really fantastic to find a solution within VSC.
4 comments

Not sure, but it works by storing files on the remote server under ~/.vscode, and this is where all the normal code files are stored. When you connect to a remote system it loads these files over ssh.
I've been using a Vagrant VM and VSC remote via SSH for the last two months, and it works really, really well.
If you can SSH to your vagrant VM, then yes!
Looks pretty promising actually :)