Eclipse Open VSX

Scope

The objective of this project is to manage runtime extensions for cloud IDEs such as Theia. A runtime extension is one that can be plugged into a running application. In contrast, a compile-time extension is one that is baked into the application when it is built. Theia currently supports both: runtime extensions (plug-ins) using the VS Code extension API and compile-time extensions using the Theia extension API. The latter are already published to the npm Package Registry and are therefore not in the scope of this project.

The initial focus will be on extensions that follow the VS Code extension API. Further extension formats may be added in case Theia or other relevant cloud IDE projects decide to abandon the VS Code format. This is rather unlikely, but in theory such a step could become necessary because the VS Code format is governed solely by Microsoft.

The Extension Registry will include the following components:

Server

  • Manage the metadata of VS Code extensions in a database
  • Store extension packages with a file storage service
  • Upload / download extensions and fetch their metadata through a REST API
  • Upstream mode: configure an upstream server instance to delegate requests in case they cannot be handled locally

Web Interface

  • Web application for searching extensions and reading their details
  • Read and write reviews (star-ratings and comments)
  • Manage access tokens for publishing
  • Authenticate users via OAuth

Command Line Interface (CLI)

  • Publish extensions from the command line using an access token

The following topics are not on the initial agenda, but are potentially in the scope of this project:

  • Mirroring of multiple server instances
  • More CLI features such as resolution of extension versions and their dependencies
  • Support additional runtime extension formats

The following topics are not in the scope of this project:

  • Manage compile-time extensions
  • Integration of the Extension Registry in Theia (manage installed extensions etc.). This is done within the Theia project.
Releases
Name Date
0.14.5 2024-03-20
0.14.4 2024-03-18
0.14.3 2024-01-29
0.14.2 2023-12-11
0.14.1 2023-10-26
0.14.0 2023-08-08
0.13.3 2023-07-18
0.13.4 2023-07-18
0.13.2 2023-07-15
0.13.1 2023-06-20
0.13.0 2023-06-20
0.12.0 2023-05-29
0.11.1 2023-04-18
0.11.0 2023-04-18
0.10.0 2023-04-06
0.9.7 2023-04-01
0.9.6 2023-03-29
0.9.5 2023-03-22
0.9.4 2023-03-14
0.9.3 2023-03-09
0.9.1 2023-03-06
0.9.0 2023-02-26
0.7.0 2022-12-08
0.6.0 2022-11-30
0.1.0 2021-04-13
Reviews
Name Date
2024.08 Progress Review 2023-08-14
2023.08 Progress Review 2023-08-09
0.1.0 Release Review 2021-04-07
Creation Review 2019-12-04