ronnidc / vscode-nunjucks

Nunjucks for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ronnidc.nunjucks
65 stars 18 forks source link

Publish to Open-VSX registry #32

Open d-513 opened 2 years ago

d-513 commented 2 years ago

OpenVSX is an open source alternative to the Microsoft vscode extension store. Please consider publishing to it

https://open-vsx.org/

jokroese commented 2 years ago

To motivate this, there are software projects that use the same base as Microsoft VSCode but take out all the telemetry/tracking that Microsoft put in. The most popular (I think) is called VSCodium.

These projects don't use the same extension gallery as VSCode. As vscode-nunjucks is only published to the VSCode Marketplace, users of these editors can't currently use it.

The thing is, I would love to use your extension there! To do so, it would need to also be published to https://open-vsx.org/. It's a short process and described here. Are you open to doing that?

jokroese commented 2 years ago

Alternatively, if you support the general idea but feel that it is too much time for you to do, I am open to following the second suggestion of VSCodium's article on the topic:

Create a pull request to this repository to have the @open-vsx service account publish the extensions for you.

I think it would be neater to have the same repository published to both extension galleries but let me know if I can help. :)