localizely / flutter-intl-vscode

This VS Code extension generates boilerplate code for localization of Flutter apps with official Dart Intl library
MIT License
87 stars 1 forks source link

Publish to Open VSX #95

Closed filiptronicek closed 2 years ago

filiptronicek commented 2 years ago

Hi there! 👋 Please publish this extension to the Open VSX marketplace.

Context

Unfortunately, as Microsoft prohibits usages of the Microsoft marketplace by any other products or redistribution of .vsix files from it, in order to use VS Code extensions in non-Microsoft products, we kindly ask that you take ownership of the VS Code extension namespace in Open VSX and publish this extension on Open VSX.

What is Open VSX? Why does it exist?

Open VSX is a vendor neutral alternative to the MS marketplace used by most other derivatives of VS Code like VSCodium, Gitpod, OpenVSCode, Theia based IDEs, and so on.

How can you publish to Open VSX?

The docs to publish an extension can be found here. This process is straightforward and shouldn't take too long. Essentially, you need an authentication token and to execute the command ovsx publish to publish your plugin. See this example from RedHat publishes their Java extension: redhat-developer/vscode-java@ff51dbf/Jenkinsfile#L73-L82 You can also find an example PR that contributes a release GitHub Action which publishes to GitHub, MS and Open VSX at the same time.

I would love to offer any help with publishing, since it would be great to have the intl tools aboard!

goranluledzija commented 2 years ago

The extension is now available in Open VSX marketplace

filiptronicek commented 2 years ago

Awesome, thank you! 🧡