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

Leaking clangd clients when multiple files per project are opened #8

Open
bddavis opened this issue Sep 28, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@bddavis
Copy link

bddavis commented Sep 28, 2024

Setup:
Configure extension to enable Multi Project, with any Multi Project strategy.

Open one file in a project -> starts one clangd process.
Open a second file in the project -> starts a second clangd process.
Close either file -> both processes remain.
Close the other file -> one of the processes (the one started last) is stopped, but the rest remain.

With this one can leak an arbitrary number of these processes/clients per project.

@bddavis bddavis added the bug Something isn't working label Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant