Hacker News new | ask | show | jobs
by orsenthil 1730 days ago
Is it for projects which are not hosted on github, which can be accessed using github.dev?
1 comments

github.dev is solely the VSCode frontend/editor without access to any compute. OpenVSCode Server allows you to run VS Code on a remote machine and access it with a thin client through the browser. Unlike github.dev you get full access to the underlying OS and can run tests, compilation, install dependencies etc.