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
When fetching for instance https://open-vsx.org/vscode/unpkg/vscodevim/vim/1.29.0/extension/out, the endpoint returns the list of file in that directory which is expected
When trying to fetch one of those files: https://openvsxorg.blob.core.windows.net/resources/vscodevim/vim/1.29.0/extension/out/extensionBase.js, the file content is returned, which is expected
But when trying to fetch another file: https://open-vsx.org/vscode/unpkg/vscodevim/vim/1.29.0/extension/out/extensionWeb.js, an empty array is returned instead of the file content, feeling like the file is considered somehow as a directory
The text was updated successfully, but these errors were encountered:
When fetching for instance
https://open-vsx.org/vscode/unpkg/vscodevim/vim/1.29.0/extension/out
, the endpoint returns the list of file in that directory which is expectedWhen trying to fetch one of those files:
https://openvsxorg.blob.core.windows.net/resources/vscodevim/vim/1.29.0/extension/out/extensionBase.js
, the file content is returned, which is expectedBut when trying to fetch another file:
https://open-vsx.org/vscode/unpkg/vscodevim/vim/1.29.0/extension/out/extensionWeb.js
, an empty array is returned instead of the file content, feeling like the file is considered somehow as a directoryThe text was updated successfully, but these errors were encountered: