-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add extension to Open VSX Registry #111
Comments
I am interested too |
As pointed by other users who requested it for their favourite extensions "It is unclear if it's legal to use the official Microsoft extension marketplace on VS Code forks, see here" so would be more beneficial in general to have it on Open VSX. |
Apparently, the extension is published to Open VSX Registry by @markwylde |
Yeah Divlo, I have published it temporarily, but would love to delete it in favour of an official one from the standard team. |
Updated to 1.4.0 Let me know if there's any problems. |
Cool, happy to publish an official version to Open VSX if it's not too much extra work. It looks like they're changing the publishing process in December 2020 so I want to wait until that's finished before figuring out the process. https://github.com/eclipse/openvsx/wiki/Publishing-Extensions |
@feross openvsx has now been transferred to eclipse and the new process is in effect. I've just gone through the pairing process, and it worked. So if you do have a few minutes free one day, you should be able to register and publish the extension. If you need any help, please feel free to reach out. Make sure to "claim" [1] the standard namespace, so no one else can publish under the name "standard". Also once it's published, I'll remove the version I've uploaded to avoid any confusion. |
I guess, we could have some Continuous Deployment (CD) for automatically publishing to the 2 marketplaces automatically when we create a new release ("tag") on GitHub. Also the branch on We could first merge #142, and then release EDIT: in #142 PR, I implemented automated deployment to deploy to both VSCode Marketplace and Open VSX automatically. |
Awesome, thanks! |
Thanks for your help! @markwylde |
I've requested the removal now. Thanks @divlo |
What version of this package are you using?
N/A
What problem do you want to solve?
StandardJS is only available on the Microsoft VSCode Marketplace. This prevents it from being used by open-source versions of VSCode (i.e. VSCodium, Theia).
What do you think is the correct solution to this problem?
Also publish the extension to Open VSX, guide available here
Are you willing to submit a pull request to implement this change?
N/A
The text was updated successfully, but these errors were encountered: