pcislo / vscode-nuget-gallery

MIT License
64 stars 19 forks source link

Error load package metadata and backward version sorting #101

Closed plctremblay closed 8 months ago

plctremblay commented 1 year ago

Hi,

I am loading packages from a custom source (https://nuget.optimizely.com/feed/packages.svc/). This source works as expected in VS NPM but with the extension, I am unable to see the metadata. Only a "Error load package metadata" on all packages.

Let me know if there's any fix or it's something specific with this source that may not be compatible with the extension and if it could be fixed.

In addition, versions from this source show in reversed order in the extension. The oldest is selected by default and at the top.

Thank you, Pier-Luc

pcislo commented 1 year ago

You can run Developer Tools in visual code to debug the request and see the response. Probably there are some issues with CORS.