-
Notifications
You must be signed in to change notification settings - Fork 37
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
Comments
Can you elaborate on what changes you'd like to see? Are you suggesting an "Open in VSCodium" button? |
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. |
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 If you have only vscodium and no vscode installed, then nothing happens. With vscodethemes.com this solution does not work because the VS Code button does not provide any |
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. |
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 |
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 Re-opening this until we have a definitive answer. |
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`.
Add support for VSCodium
The text was updated successfully, but these errors were encountered: