Gitpod Goes Open Source
Gitpod, a Kubernetes application that provides a collaborative development environments in your browser, is now open source. Coding in Gitpod uses Eclipse Theia, which is similar to VS Code. Gitpod is also tightly integrated with GitLab, GitHub, and Bitbucket. Gitpod provides an IDE that can be launched from any GitHub page. Along with the in-browser IDE you get a cloud-based Linux container configured specifically for the current project. Eclipse Theia is described as a true open source alternative to Microsoft’s Visual Studio Code. Theia is an extensible platform to develop multi-language Cloud and Desktop IDEs. Theia has been designed to give an extensible platform to develop multi-language Cloud and Desktop IDE-like products for developers. Using Theia means Gitpod offers coding support features in the IDE such as syntax highlighting and auto-complete. While the current IDE is based on Theia, the developers plan to allow the use of other IDEs as well. VS Code extensions are support...