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
I've noticed lately (not 100% sure if it was always the case but I feel as though it wasn't), that values passed to parameters are expected to be case-sensitive when using the REST API endpoints (ex: GET /api/-/query/).
Based on the case-sensitivity, the results will differ, and we noticed in Eclipse Theia that this broke the download and installation of plugins.
For example, the extensionId of ms-ceintl.vscode-language-pack-de will produce no results, but MS-CEINTL.vscode-language-pack-d would:
Description
I've noticed lately (not 100% sure if it was always the case but I feel as though it wasn't), that values passed to parameters are expected to be case-sensitive when using the REST API endpoints (ex: GET
/api/-/query/
).Based on the case-sensitivity, the results will differ, and we noticed in Eclipse Theia that this broke the download and installation of plugins.
For example, the
extensionId
ofms-ceintl.vscode-language-pack-de
will produce no results, butMS-CEINTL.vscode-language-pack-d
would:The text was updated successfully, but these errors were encountered: