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 extensions repository support #97

Open
i4004 opened this issue Dec 15, 2022 · 2 comments
Open

VSCodium extensions repository support #97

i4004 opened this issue Dec 15, 2022 · 2 comments

Comments

@i4004
Copy link

i4004 commented Dec 15, 2022

Is it possible to add repository selection from where to install extensions?
Since VSCodium (https://vscodium.com) uses it's own repository (https://open-vsx.org)

The problem

When using your extension in VSCodium everything works well except it downloads the extensions from https://marketplace.visualstudio.com and not from the https://open-vsx.org

@RafhaanShah
Copy link

RafhaanShah commented Dec 24, 2022

Also just found out that it can't quite sync extensions between Code-Server and a normal VS Code install and ends up removing most extensions whenever you sync from one to another 😬

Maybe a setting to disable auto removal and / or installation of extensions when syncing also would help? (or something like storing the extension repository when backing up / per-host extensions though that sounds a lot more complex, but I think the vs code extensions API provides the downloadUrl)

@nonoroazoro
Copy link
Owner

I'm not sure if we can download extensions from https://open-vsx.org/, but I'll check it out.

@RafhaanShah That was unexpected, should not remove extensions while syncing between different VSCode versions.

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

3 participants