microsoft / vscode-jupyter-slideshow

MIT License
18 stars 6 forks source link

Please Publish to OpenVSX Marketplace :pray: #18

Open trinitronx opened 1 year ago

trinitronx commented 1 year ago

Hello!

I'm sure there are also others who would love to use this extension but currently can't find it due to the split between OpenVSX / VisualStudio Marketplace repos for OSS builds of VSCode.

In the past few years, many OSS Linux packagers of VSCode, VSCodium, (a.k.a. Code OSS) have moved to using OpenVSX extension Registry and had to disable Microsoft's Extensions Marketplace by default due to Microsoft's licensing restrictions (whether they be perceived or actual :shrug:).

So, in order for most Linux developers using stock OSS-packaged versions of VSCode to find extensions such as this one, it's important to also publish to OpenVSX.

It seems like it's pretty simple to implement dual publishing via a GitHub Actions workflow described here. It probably wouldn't take very long to accomplish and in addition would allow for easy deployment through GitHub Actions CI/CD.

Below is some more info from OpenVSX's extension publishing letter template:

OpenVSX Info / Request Template

Dear extension author, 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.

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.

isidorn commented 11 months ago

No current plans to do this. Suggestion is to use the official VS Code build that should be installable on any Linux distribution. Thanks for understanding.

trinitronx commented 11 months ago

should be installable on any Linux distribution

Yes it should, but that is an incorrect assumption.

This is the problem actually... the official build does not support Wayland yet, nor ArchLinux and many other distros. Only Ubuntu, RHEL and distros using .rpm / .deb and X11 are well supported. VSCode suffers from an immediate crash bug on startup (microsoft/vscode#184124) for distros that have moved to use Wayland.

In fact, on ArchLinux & pacman-based distros, only the OSS variant of VSCode is supported, and it's increasingly difficult to even install the "official" version.

isidorn commented 11 months ago

Thanks for clarifying. Well, that is the root cause we should be looking to fix here. I see Deepak has that issue assigned to September so I expect it to get fixed soon-ish. For ArchLinux, I am not sure what is missing there. Can you file a new issue and we can investigate this in the future (if one does not already exist)?

Also technically is OSS works on some Linux distro then VS Code should also work.

Thanks 🙏