-
-
Notifications
You must be signed in to change notification settings - Fork 27
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 & availability on open-vsx #12
Comments
Not sure if this helpful, because it requires running VS Code first, but it is possible to get the extensions loaded into VS Codium. cp -R ~/.vscode/extensions/* ~/.vscode-oss/extensions I copied the following extensions into Codium and they seem to be loading:
|
|
We only depend on |
Yes, please remove the dependency, so we can at least install the .vsix file manually for now. |
I already have the (I would however appreciate a release on open-vsx.) |
Seems like this would be resolved by open-vsx/publish-extensions#565 |
I'm affraid I have to do a little a fixup as I forgot to edit this extension's metadata. Although, having this extension published to open-vsx through the open-vsx/publish-extensions should be considered a workaround. Thanks a ton for this great work 😄 |
@stashymane, @copygirl, @raulsntos Thanks for your patience! @neikeq in order to be able to publish I tried to run a project, set some debug break points and attach to a running editor. So I consider the extension I published to OpenVSX as a valid workaround for now. |
VSCodium is a fork of the open source part of VSCode, mainly focusing on removing telemetry & proprietary code, which in turn prevents it from using Microsoft's extension marketplace. Is it possbile to make this extension compatible with vscodium and available on open-vsx (its extension marketplace)?
The text was updated successfully, but these errors were encountered: