fredericbonnet / cmake-test-explorer

CMake Test Explorer for Visual Studio Code
BSD 3-Clause "New" or "Revised" License
7 stars 11 forks source link

Publish to OpenVSX? #36

Open jpfeuffer opened 3 years ago

jpfeuffer commented 3 years ago

Hi,

it would be great if this extension was also available on OpenVSX https://open-vsx.org/

GitMensch commented 1 year ago

Note: This extension is now CI published - https://open-vsx.org/extension/fredericbonnet/cmake-test-adapter by open-vsx; it would of course be preferable if @fredericbonnet could publish this directly.

Details on the publishing can be found at https://github.com/eclipse/openvsx/wiki/Publishing-Extensions.

A little explanation: Open VSX Registry is the default extension provider endpoint for the free build of vscode VSCodium and Eclipse Theia, as well as browser versions like the one on GitPod. It would be nice to have this extension be directly published to a free vsix repository instead of only the Microsoft Marketplace with its restrictions.

You could also use a GitHub action that allows publishing to Open VSX and the MS marketplace, HaaLeo/publish-vscode-extension does this.