code-server builds upon the open source vscode to make it accessible for the web.
We should be able to provide this an option since its more flexible the Cloud9 at major parts. This'll also improve developer UX since we can use VSCode extensions in place of custom Cloud9 plugins (for example, the C++ extension has good IntelliSense that'll help out Chromium developers know what's wrong immediately via Clang).
Note: We should be waiting for the web branch to merge since we can just change the route where code-server can serve, eliminating the need for a seperate subdomain to serve the IDE. You may try the web branch feature here.
code-server builds upon the open source vscode to make it accessible for the web.
We should be able to provide this an option since its more flexible the Cloud9 at major parts. This'll also improve developer UX since we can use VSCode extensions in place of custom Cloud9 plugins (for example, the C++ extension has good IntelliSense that'll help out Chromium developers know what's wrong immediately via Clang).
Note: We should be waiting for the
webbranch to merge since we can just change the route where code-server can serve, eliminating the need for a seperate subdomain to serve the IDE. You may try thewebbranch feature here.