-
Notifications
You must be signed in to change notification settings - Fork 31
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
feature: push to open-vsx.org #74
Comments
Oh, nice! Yeah, that definitely sounds like a good idea 👍 |
I don't see any CI scripts in the repo here, so I guess publishing to the MS marketplace is done manually? If so and based on the frequency of new versions, the same can be done with the https://open-vsx.org/ so that the extension shows up in code-server extensions tab. It would be nice for @tsandall or someone that he is comfortable with to do it so the same namespace can be in both. The steps are:
There is also a Github Actions ready script that can be configured to publish to both marketplaces at the same time. https://github.com/open-vsx/publish-extensions |
Hey @tsandall, let me know if you would be fine with automatic releases to both marketplaces and I'd offer my help in setting this up using the scripts linked in the previous post. |
@ChristianKuehnel I've signed the various agreements and I'm looking into having it published. I'm not sure I understand namespaces though. Are we restricted to use the same namespace as the |
Currently, it looks like this extension is only pushed to the VSCode Marketplace, however this means that wrapped/custom vscode implementations are unable to utilize this extension without manually downloading and installing it. It would be nice if it could get added to https://open-vsx.org/, to allow things like https://github.com/coder/code-server to use it.
The text was updated successfully, but these errors were encountered: