Remote Development
OpenVSCode Server enables developers to use VSCode in a remote environment, allowing for seamless development without worrying about local setup.
Lightweight
The server doesn't require a complex setup, making it relatively lightweight in terms of resource usage compared to full IDE installations.
Collaborative Editing
It facilitates collaborative coding with multiple developers accessing the same workspace, similar to Live Share features.
Access from Any Device
Developers can access their development environment from any device with a web browser, providing flexibility and mobility.
Consistent Development Environment
Offers a consistent development environment across devices, reducing the 'works on my machine' problem.
If you’ve ever wanted the flexibility of running VS Code directly in your browser, now’s the time to give it a try. After experimenting with various solutions, I’ve found a standout option: openvscode-server by github.com/gitpod-io/openvscode-server – a fork of Microsoft’s VS Code. - Source: dev.to / 4 months ago
Not sure what .devcontainer means, but you can take a look to https://github.com/gitpod-io/openvscode-server or https://github.com/coder/code-server. Source: about 2 years ago
I am using this project (https://github.com/gitpod-io/openvscode-server/) to run on my Linux box, then I can access it's server through my web browser. Source: about 2 years ago
There are few options: Remote desktop via "noVNC". Nothing needs to be installed on the university computer, other than browser Https://github.com/gitpod-io/openvscode-server gives you remote VSCODE in the browser I tried both. I found: - noVNC has noticeable lagging. The scaling of the window can be a hassle to get right. But you have full access to remote system - gitpod let you type the code in the... Source: over 2 years ago
I do all my hobby web development in a sandboxed container that runs openvscodeserver, with the dev server also running in a sandboxed container, and both sit behind an oauth proxy to log me in. Source: over 2 years ago
Microsoft's server implementation is here: https://github.com/microsoft/vscode/blob/main/src/server-main.js Open VS Code Server takes this barebones implementation and fleshes it out enough to be minimally usable: https://github.com/gitpod-io/openvscode-server (i.e. Run it from a CLI command, do basic token auth, etc.). - Source: Hacker News / almost 3 years ago
I use both a desktop and laptop around my house, I have a central server that runs openvscode-server as well as all my docker containers, so my entire dev environment is always live and accessible from any machine in the browser. It has feature parity with vscode and runs as a progressive web app, so it looks/fells essentially the same. I definitely recommend looking into it if you're not a vim user. Source: about 3 years ago
Openvscode-server seems to be the preferred option these days due to it attempting to be as close to upstream vscode as possible. Source: about 3 years ago
I have browser-based VSCode on the brain after reading David’s post about building hosted dev environments with VSCode, Tailscale, and Render. So, the first app I try deploying is OpenVSCode Server, a neat project Gitpod recently open-sourced that shares a browser-friendly implementation of VSCode with a simple upgrade path and deployment strategy. It lets folks run the latest VSCode version on a remote server,... - Source: dev.to / over 3 years ago
If contributed on the project, or tried to build and run it from the source code, you’ve probably seen VS Code’s intrinsic capability to run in a browser. Other than that, people would basically expect Electron based applications, like VS Code, natively run in a Chromium/Chrome instance. Some third-party services, like StackBlitz or Gitpod are providing this feature for free. There are open source repositories as... - Source: dev.to / over 3 years ago
Afaik it isn't. That sparked the OpenVSCode Server that is great and fully open source. Youl find it here on GitHub. Source: over 3 years ago
See https://github.com/gitpod-io/openvscode-server which has that design philosophy. - Source: Hacker News / over 3 years ago
Not open-source yet, the best alternatives for self-hosting right now are: https://github.com/gitpod-io/openvscode-server https://github.com/cdr/code-server. - Source: Hacker News / over 3 years ago
Do you know an article comparing OpenVSCode Server to other products?
Suggest a link to a post with product alternatives.
This is an informative page about OpenVSCode Server. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.