LOLINTERNETZ / vscodeoffline

Enables Visual Studio Code's extension gallery to be used in offline (air-gapped) environments. Or, run your own gallery!
https://hub.docker.com/u/lolinternet
MIT License
97 stars 31 forks source link

Fix handling of optional query filter options #60

Closed maxtruxa closed 4 months ago

maxtruxa commented 9 months ago

Query filter options like sortOrder and sortBy are optional. The existing code handled these incorrectly, causing 500 responses.


This causes recent versions of ms-vscode.cpptools to fail activation, because the query to check for available pre-releases does not contain sortOrder or sortedBy.