You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: