-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Officially publish the extension on the Open VSX Registry #325
Comments
The version published on the VS Marketplace is 0.16.4, which is almost one year old. The only maintainer since then has not published any updates. |
Looks like personal token has expired. |
@xuhdev could you work on creating an account and adding token to the secrets of repo, please? |
We just need to use this for some emergencies, am I understanding this right? |
Yes, don't see any other meaningful reason |
I don't seem to have any openvsx account and it is unclear who published the extension to open vsx in the past. However, based on my understanding, open vsx didn't support mirroring a few years ago, when EditorConfig was manually published there (eclipse/openvsx#314) until eclipse/openvsx#586 was merged. I suspect EditorConfig became automatically mirrored after the mirroring feature was merged. However I may not have understood this right. Please correct me if you find anything not matching up. |
Perhaps @nrayburn-tech has an idea? |
Background
Currently, this extension is published both on the Open VSX Registry and on the
Visual Studio Marketplace:
However, only the latter is official.
From https://open-vsx.org/extension/EditorConfig/EditorConfig:
Why
From https://github.com/eclipse/openvsx:
See also:
https://blogs.eclipse.org/post/brian-king/open-vsx-registry-under-new-management
This is used by projects like VSCodium, which aims to be a fully FLOSS
(rather than "open core") version of Visual Studio Code:
From VSCodium's README.md:
To sum it up, it would be nice to see this FLOSS extension support FLOSS
programs and services.
How
These are the steps for publishing:
Code-wise, it seems to be basically the same as is already being done
here:
vs
Alternatively, that page also mentions the following GitHub action, which
claims to be able to publish to both registries at once:
Kind of related to:
The text was updated successfully, but these errors were encountered: