Hacker News new | ask | show | jobs
by jyu 1270 days ago
Is the Linux box setup similar to your work prod environment? Can you run a GUI code editor like VS Code on Linux and access it via MacBook Air?
2 comments

Although possible the more common workflow is instead to run VS Code locally on the MacBook Air and use the VS Code Remote SSH extension to edit and run code located on the Linux system.
Thanks, this option seems great while traveling!
Yes. vscode can be self hosted and accessible over http and run in a Docker container. You can ssh tunnel or port forward it