-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS Code query response is listing files in node_modules #456
Comments
cc @amvanbaren |
It looks like the MS marketplace doesn't include any WebResources in the response.
Also when I narrow down the query to
|
Seems |
And looking at the blame info, AssetTypes hasn't changed in the past 5 years: It was introduced in openvsx in PR #262: https://github.com/eclipse/openvsx/pull/262/files#diff-17aa6856a7169de1018e7f3a9db6305371243d8c52fcb023f4d063a8bcf977bc |
I think we can delete it after #435 is running in production and gitpod-io/openvscode-server#331 is merged and deployed too |
- Use Hibernate lazy loading - Use @Cacheable instead of in-memory cache - Remove WebResources from `/vscode/gallery/extensionquery` response, related to eclipse#456 - Get file URLs in bulk
- Use Hibernate lazy loading - Use @Cacheable instead of in-memory cache - Remove WebResources from `/vscode/gallery/extensionquery` response, related to eclipse#456 - Get file URLs in bulk
- Use Hibernate lazy loading - Use @Cacheable instead of in-memory cache - Remove WebResources from `/vscode/gallery/extensionquery` response, related to eclipse#456 - Get file URLs in bulk
- Use Hibernate lazy loading - Use @Cacheable instead of in-memory cache - Remove WebResources from `/vscode/gallery/extensionquery` response, related to eclipse#456 - Get file URLs in bulk - Added ehcache
- Use Hibernate lazy loading - Add missing @transactional annotations - Use @Cacheable instead of in-memory cache - Remove WebResources from `/vscode/gallery/extensionquery` response, related to eclipse#456 - Get file URLs in bulk - Added ehcache - Fix /vscode/unpkg endpoint
- Use Hibernate lazy loading - Add missing @transactional annotations - Use @Cacheable instead of in-memory cache - Remove WebResources from `/vscode/gallery/extensionquery` response, related to eclipse#456 - Get file URLs in bulk - Added ehcache - Fix /vscode/unpkg endpoint
- Use Hibernate lazy loading - Add missing @transactional annotations - Use @Cacheable instead of in-memory cache - Remove WebResources from `/vscode/gallery/extensionquery` response, related to eclipse#456 - Get file URLs in bulk - Added ehcache - Fix /vscode/unpkg endpoint
@jeanp413 When I run
the response no longer contains web resources. |
VS Code makes this query to fetch the popular extensions view but the response is 19 MB
The response is listing all the files in the
node_modules
folder of the extension 😬The text was updated successfully, but these errors were encountered: