Hacker News new | ask | show | jobs
by phamilton 1864 days ago
Yeah, the VSCode UI runs on my Mac, but it runs a vscode remote server on my NUC. Debugger, tests, etc. all run on my remote machine.

I originally did this in a Linux VM, but got tired of the battery hit that running a VM 24/7 has.

1 comments

Neato, that's pretty awesome! Can keep your main machine freed up to deal with actual editing and other usage, while the remote server does all the "heavy lifting". Thanks for the info!