News

Eclipse Foundation Takes Over Visual Studio Marketplace Alternative

The Eclipse Foundation has taken over the Open VSX Registry, described as a vendor-neutral alternative to Microsoft's Visual Studio Marketplace site that includes thousands of extensions for the company's open source, cross-platform Visual Studio Code editor.

Open VSX is being handed over by TypeFox, the founder of Theia, an extensible platform to develop multi-language cloud and desktop IDEs with web technologies. Theia in turn powers Gitpod, also founded by TypeFox, which is described as an open source platform for automated and ready-to-code development environments that blends into existing workflows. The Eclipse Foundation one year ago unveiled Eclipse Theia 1.0, described as a "true open source" alternative to VS Code.

The Eclipse Foundation and TypeFox take exception to the above description (commonly used for brevity) of VS Code as being open source, pointing to Microsoft's own documentation that says it's more correct to call VS Code "built on open source."

"While large parts of VS Code are developed as open-source, the actual product (Visual Studio Code) is not open-source," a post on the Gitpod site stated on April 9, 2020, in announcing Open VSX.

The post said Open VSX is developed and maintained under the Eclipse Open VSX project, so it's unclear why it was announced today, almost a year later, that "TypeFox has transitioned the Open VSX Registry to the foundation."

Extensions for VS Code Compatible Editors
[Click on image for larger view.] Extensions for VS Code Compatible Editors (source: Open VSX Registry).

At any rate, it contains the registry server, a web interface and a CLI for easy publishing, along with a singular API as an alternative to Microsoft's VS Code Marketplace API, described as proprietary and undocumented.

The Eclipse Foundation said in a March 30 post that Open VSX provides an level playing field for all, with benefits including:

  • No single company or vendor owns the Open VSX Registry servers, operates the service, or has more control over the service than any other participant.
  • Any individual or organization can influence how the Open VSX Registry evolves by participating in design discussions and contributing code to the Eclipse Open VSX project.
  • There's a public record of all extension ownership claims by extension publishers to avoid conflicts over ownership.

Further information on the project is available in a whitepaper available for download upon providing registration info.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube