thejustinwalsh / textproto-grammar

Syntax Highlighting for the Protocol Buffer Text Format
https://marketplace.visualstudio.com/items?itemName=thejustinwalsh.textproto-grammer
MIT License
14 stars 2 forks source link

Publishing to OpenVSX #8

Open yohcop opened 2 years ago

yohcop commented 2 years ago

Hi there! Thanks for writing this extension!

Any chance you would be willing to publish it to the vendor-neutral, open source Open VSX registry?

This would let me use it with other "non-Visual Studio Code" editors that support vscode extensions (e.g. vscodium, gitpod, etc).

This is the FAQ: https://www.eclipse.org/legal/open-vsx-registry-faq/ And this is how to publish: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions

Thanks again for the great work! Cheers,

thejustinwalsh commented 2 years ago

Sounds like a great idea! Do you know id there is an existing GitHub action for publishing to OpenVSX that you can recommend? If I add this I would just want it built into the same release pipeline that I already use here with GitHub actions.

yohcop commented 2 years ago

Hi!

The official doc on https://github.com/eclipse/openvsx/wiki/Publishing-Extensions

suggests using https://github.com/HaaLeo/publish-vscode-extension#readme

I hope that helps. It even seems to be doing VS Marketplace as well.

thejustinwalsh commented 1 year ago

Will gladly accept a PR or a partial PR and drive it home. I have no context left in my brain around this plugin, so it will take a significant amount of inertia to do it myself.