Rpinski / vscode-shebang-snippets

Shebang Snippets Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=rpinski.shebang-snippets
MIT License
23 stars 10 forks source link

Open VSX #8

Closed noraj closed 4 months ago

noraj commented 2 years ago

Hi can you push your extension to https://open-vsx.org/ in addition to VSCode Market Place so people using the FLOSS version could install it too?

I wrote an article on the subject.

philoserf commented 2 years ago

https://github.com/HaaLeo/publish-vscode-extension

LucasSymons commented 9 months ago

would love to see this as well, I miss my snippets

tigsikram commented 8 months ago

Here's further 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.

Rpinski commented 8 months ago

My apologies for not replying all the time on this topic - I didn't have much time for the side-projects in the last years. I understand that publishing to Open VSX would make sense and will take a look at the registration process.

Rpinski commented 7 months ago

I've published the last official release of Shebang Snippets (0.1.4) to Open-VSX:

https://open-vsx.org/extension/rpinski/shebang-snippets

Currently I'm waiting for getting ownership of the namespace to remove the warning on extension page.