clarkio / vscode-twitch-highlighter

This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
https://clarkio.com
203 stars 14 forks source link

Publish extension to open-vsx #134

Closed micheelengronne closed 1 year ago

micheelengronne commented 3 years ago

Can you publish this extension to https://open-vsx.org/ also ?

It would make it available for vscodium users.

Thanks.

clarkio commented 3 years ago

Hey thanks for bringing this to my attention as I've not heard of that before. I'm open to exploring it more, understanding what it's about and how to publish an extension there.

micheelengronne commented 2 years ago

Sorry for the late answer. The doc gives the way to do: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions

clarkio commented 1 year ago

Hey @micheelengronne thanks for raising this issue and for your amazing patience for this to get implemented. It's now been published via PR #180 and can be found in the registry here: https://open-vsx.org/extension/clarkio/twitch-highlighter

micheelengronne commented 1 year ago

Thanks a lot !!