trailofbits / vscode-weaudit

Create code bookmarks and code highlights with a click.
https://marketplace.visualstudio.com/items?itemName=trailofbits.weaudit
GNU General Public License v3.0
175 stars 17 forks source link

Publish weAudit to Open VSX #13

Closed noraj closed 6 months ago

noraj commented 7 months ago

Dear TrailOfBits extension author, Please publish this weAudit 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.

You can read on about Open VSX at the Eclipse Foundation's Open VSX FAQ.

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 ovsx publish command to publish your extension. There's also a doc explaining the whole process with an example GitHub Action workflow.

Notes

I personally use code OSS, a FLOSS version of Virtual Studio Code built from the source, it's the official ArchLinux package. I wrote an article (a bit outdated) on the subject.

Here is another example of Github Action that works both for publishing your VS Code Extension to the Open VSX Registry or the Visual Studio Marketplace: https://github.com/HaaLeo/publish-vscode-extension.

fcasal commented 7 months ago

Hi @noraj, thanks for the detailed request. We will look into this

fcasal commented 6 months ago

Hi @noraj, I just published v1.1.0 of weAudit to open-vsx https://open-vsx.org/extension/trailofbits/weaudit and it shows up on vscodium's marketplace.

Version 1.2.0 full of new features should be published by the end of the week.