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

feat: add setting to prevent copying from global to local cache #44

Merged
merged 9 commits into from
Feb 15, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Feb 14, 2024

This is going to be used by the LSP to prevent copying files into the local vendor folder. This is because it's quite complicated to track checksums from packages in the LSP and so we're going to require having to run an explicit cache command in order to cache dependencies to the vendor folder (as is done with the global cache)

Copy link

@mmastrac mmastrac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dsherret dsherret merged commit 5665f1f into denoland:main Feb 15, 2024
4 checks passed
@dsherret dsherret deleted the maybe_prevent_copy_global_local branch February 15, 2024 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants