You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)
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.orgThe text was updated successfully, but these errors were encountered: