joelspadin-garmin / vscode-private-extension-manager

Private extension manager for Visual Studio Code
103 stars 22 forks source link

[feature-request]: Support for Open-VSX server #91

Open CarstenLeue opened 2 weeks ago

CarstenLeue commented 2 weeks ago

Hi @joelspadin-garmin would it make sense to add support for Open-VSX servers (https://github.com/eclipse/openvsx) in addition to private NPM registries?

joelspadin-garmin commented 2 weeks ago

That does look like it could be useful to support, though I don't think I have the time to work on it right now. A lot of code would likely need to be refactored to support reading from anything other than a private NPM registry.