tshino / vscode-kb-macro

Recordable keyboard macro for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tshino.kb-macro
MIT License
40 stars 3 forks source link

please co-publish on open-vsx #193

Open GitMensch opened 1 year ago

GitMensch commented 1 year ago

Please make this extension available to Open VSX marketplace, this will also make it directly available for VSCodium and Gitpod.

Open VSX is a vendor-neutral open-source alternative to the Visual Studio Marketplace. It provides a server application that manages VS Code extensions in a database, a web application similar to the VS Code Marketplace, and a command-line tool for publishing extensions similar to vsce.

There is a guide for publishing and after the initial setup it is just a matter of osvx publish (similar to the MS marketplace).

tshino commented 1 year ago

Thank you for your request. I'll take a look at it.

GitMensch commented 1 year ago

Thanks. Note that if you have the initial publishing done, you could also use a GitHub Action to publish to both marketplaces on tagging - if this kind of automation is interesting for you.

rsmirnov90 commented 7 months ago

Oh wow, I had no idea this was a separate thing LOL! Just spent several hours trying to figure out why it wasn't showing up in vscodium; reinstalled half of my Arch system thinking something was broken under the hood 🤣

+1 please!

Workaround for anyone else stuck on this in the meanwhile: https://milicendev.netlify.app/article/install-vs-codium-and-integrate-vs-code-extensions/