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

Language server cache grows with no limite #153

Open
xclaesse opened this issue Oct 23, 2024 · 0 comments
Open

Language server cache grows with no limite #153

xclaesse opened this issue Oct 23, 2024 · 0 comments

Comments

@xclaesse
Copy link

My project has a subproject that takes a few GB of data. It seems every time the revision is changed in that subproject's wrap file a new copy of the whole source tree is added into the cache.

I believe the source tree should not be copied at all, the language server should use the checkout in-place in my workspace. If I edit a meson.build file in that subproject, I expect the linter to use that modified meson file instead of the cache copy anyway.

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

No branches or pull requests

1 participant