starcoder icon indicating copy to clipboard operation
starcoder copied to clipboard

Publish VS Code Plugin on OpenVSX

Open andreapiso opened this issue 1 year ago • 1 comments

As per title. Right now the plugin is only published on the proprietary VS Code marketplace. Would it be possible to publish it on OpenVSX too? Then VSCode derived editors like Theia would be able to use it.

andreapiso avatar May 06 '23 00:05 andreapiso

Here are the publishing instructions. It comes down to adding ovsx publish command in addition to your normal vsce publish IIRC.

Let me explain why this is needed: packages such as code or vscodium can't use Visual Studio Marketplace due to the fact that their Terms of Use restricts it only to Microsoft's products, so Open VSX registry is offered as an alternative.

Thanks for making this extension!

Vinfall avatar May 09 '23 01:05 Vinfall