Replies: 3 comments 4 replies
-
@neckspike Yeah I'll check it out. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you : ) |
Beta Was this translation helpful? Give feedback.
4 replies
-
Could the newer releases please be added to Open VSX? Not sure if it's just an approval delay or something, but the newest version there is still 0.2.6. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I prefer to use VSCodium which, like other non-MS derivatives of VS Code, can't use MS's extension repository. I've seen your plugin recommended a couple times and it looks really good tho! It seems pretty easy to publish to both repositories, I copied a bit from Open VSX's sample request with the relevant links here:
What is Open VSX? Why does it exist?
Open VSX is a vendor neutral alternative to the MS marketplace used by most other derivatives of VS Code like VSCodium, Gitpod, OpenVSCode, Theia-based IDEs, and so on.
You can read on about Open VSX at the Eclipse Foundation's Open VSX FAQ.
How can you publish to Open VSX?
The docs to publish an extension can be found here. This process is straightforward and shouldn't take too long. Essentially, you need an authentication token and to execute the
ovsx publish
command to publish your extension. There's also a doc explaining the whole process with an example GitHub Action workflow.Thank you for reading!
Beta Was this translation helpful? Give feedback.
All reactions