Y
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
tssva
1270 days ago
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.
link
jyu
1270 days ago
Thanks, this option seems great while traveling!
link
renaissance_tea
1270 days ago
Yes. vscode can be self hosted and accessible over http and run in a Docker container. You can ssh tunnel or port forward it
link