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
Currently we spawn a new process for the language server for each test.
However, they are all kept alive. This PR fixes the resource leak by killing
the server after each test.
0 commit comments