Hacker News new | ask | show | jobs
by ejdyksen 1774 days ago
You can do this right now with the Remote SSH extension for VS Code:

https://marketplace.visualstudio.com/items?itemName=ms-vscod...

1 comments

I use this for developing on linux/pi/jetsons, (need to test linking against real libs, and cross compiling for some reason still isnt a thing), but the compile times are terrible...

I wish this was even more modular so we could have a dumb compile farm, +local ide +run&debug on-device (I've recently got 90% closer by remote sshing with vs code to a pi vm)

I suspect you could hack it together with something like distcc, with VSCode none the wiser.