Skip to content
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

Enable VSIX caching #99674

Closed
sandy081 opened this issue Jun 9, 2020 · 3 comments
Closed

Enable VSIX caching #99674

sandy081 opened this issue Jun 9, 2020 · 3 comments
Assignees
Labels
extensions Issues concerning extensions feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders on-testplan
Milestone

Comments

@sandy081
Copy link
Member

sandy081 commented Jun 9, 2020

Enable VSIX caching so that the same VSIX need not be downloaded if requested again

@sandy081 sandy081 added feature-request Request for new features or functionality extensions Issues concerning extensions labels Jun 9, 2020
@sandy081 sandy081 added this to the June 2020 milestone Jun 9, 2020
@sandy081 sandy081 self-assigned this Jun 9, 2020
@chrmarti
Copy link
Contributor

@sandy081 Remote-Containers has its own cache folder locally and copies VSIXs from that into containers. Could that reuse the CachedExtensionVSIXs folder?

@sandy081
Copy link
Member Author

I would not recommend to mix caches because these vsixs can be for different environments. I know currently they are same but this will lock us if in future if we get platform specific vsixs.

@chrmarti
Copy link
Contributor

@sandy081 Ack, although that will be something to consider for the Remote-Containers VISX cache anyway.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
extensions Issues concerning extensions feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders on-testplan
Projects
None yet
Development

No branches or pull requests

3 participants
@chrmarti @sandy081 and others