Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please Publish to OpenVSX Marketplace 🙏 #18

Open
trinitronx opened this issue Aug 26, 2023 · 3 comments
Open

Please Publish to OpenVSX Marketplace 🙏 #18

trinitronx opened this issue Aug 26, 2023 · 3 comments
Assignees

Comments

@trinitronx
Copy link

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 🤷).

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
Copy link

isidorn commented Sep 20, 2023

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
Copy link
Author

trinitronx commented Sep 25, 2023

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
Copy link

isidorn commented Sep 25, 2023

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 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants