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

VSCodium support #252

Open
f-x1-1 opened this issue Feb 15, 2023 · 7 comments
Open

VSCodium support #252

f-x1-1 opened this issue Feb 15, 2023 · 7 comments

Comments

@f-x1-1
Copy link

f-x1-1 commented Feb 15, 2023

Add support for VSCodium

@jschr
Copy link
Member

jschr commented Feb 22, 2023

Can you elaborate on what changes you'd like to see? Are you suggesting an "Open in VSCodium" button?

@f-x1-1 f-x1-1 closed this as completed Mar 11, 2023
@loranger
Copy link

@jschr: Actually, clicking on “Open With VSCode” does absolutely nothing when having VSCodium installed.
I think this is what @f-x1-1 means, and what I also missing.

@jschr
Copy link
Member

jschr commented Mar 17, 2023

Gotcha, thanks. Do the "Install" buttons on the VSCode Marketplace work with VSCodium?

If they do then I should be able to support them as well and will re-open this issue.

@loranger
Copy link

loranger commented Mar 18, 2023

Short answer: No.

But that's not as simple : If you have vscode installed, and use a browser allowing selecting any application for a specific protocol handler you should define vscodium as the default app for the vscode: links.
Then clicking on Install on marketplace should work.

If you have only vscodium and no vscode installed, then nothing happens.
But there is a workaround : You just have to copy the Install button link and replace the vscode: protocol handler to the vscodium: one and then the extension opens in vscodium.

With vscodethemes.com this solution does not work because the VS Code button does not provide any vscode: link

@f-x1-1
Copy link
Author

f-x1-1 commented Mar 18, 2023

I have discovered a way to install Visual Studio Code extensions and themes without any issues: by downloading the extension file from vscode store and installing it directly. This installation method is not widely known.

@jschr jschr reopened this Mar 21, 2023
@f-x1-1 f-x1-1 closed this as completed Aug 16, 2023
@cavcrosby
Copy link

I'm also interested in seeing VSCodium be supported. Was there a reason this issue was closed? I am also aware you can install plugins via a vsix file but would prefer some form of native support.

@jschr
Copy link
Member

jschr commented Aug 16, 2023

I'm not sure if it's possible to support an "Open in VSCodium" button yet. I'd guess that it would need to support it's own vscode: protocol to open extensions. I had hoped that it would "just work" if you only have VSCodium installed, not VSCode.

Re-opening this until we have a definitive answer.

@jschr jschr reopened this Aug 16, 2023
adri326 added a commit to adri326/web that referenced this issue Mar 15, 2024
This partially addresses vscodethemes#252 by providing a link to the VSCode marketplace entry of the extension, allowing VSCodium users to manually download the `.vsix`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants