Open VSX is a vendor-neutral open-source alternative to the Visual Studio Marketplace. It provides a server application that manages VS Code extensions in a database, a web application similar to the VS Code Marketplace, and a command-line tool for publishing extensions similar to vsce.
This will allow the extension to be available on VsCode-based editors that come with a configuration that enables Open VSX, including the popular VsCodium and the code package from ArchLinux.
From https://github.com/eclipse/openvsx :
This will allow the extension to be available on VsCode-based editors that come with a configuration that enables Open VSX, including the popular VsCodium and the
code
package from ArchLinux.