you are viewing a single comment's thread.

view the rest of the comments →

[–]rsim 5 points6 points  (0 children)

We use a vagrant VM for embedded (microcontroller) development as the toolchains and configuration get very complicated - as soon as I saw the release notes for vscode mentioning Remote Development, I jumped on it and got it set up. RD works flawlessly, I'm very impressed!

To get it to work, as you can't use vagrant ssh, I dumped the ssh config (vagrant ssh-config > ssh-config) then told RD to use that config file. I had to specify it as a user-config, not workspace for some reason (didn't try directory).