openmainframeproject / cobol-check

A testing framework for Cobol applications
Apache License 2.0
78 stars 28 forks source link

FR: please co-publish vscode extension on Open VSX Registry #321

Open GitMensch opened 11 months ago

GitMensch commented 11 months ago

Please add this useful extension to the Open VSX Registry.

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

A bit of 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 market place, HaaLeo/publish-vscode-extension does this.

Thibaut69 commented 9 months ago

Greatly appreciated if it allows to deploy the extension both on Eclipse and VsCode

GitMensch commented 9 months ago

That GitHub action does (of course you still have to have a publisher id for both places to publish in general).

GitMensch commented 7 months ago

Friendly ping. The first thing would likely to manually publish the extension once, then one can check the option to use a GitHub action to publish to both market places, for example on push of tags or on releases.