erlang-ls / vscode

The Visual Studio Code Extension for the Erlang Language Server
https://erlang-ls.github.io/
Apache License 2.0
78 stars 26 forks source link

vscode reload window leaves zombie erl processes #122

Open laktech opened 2 years ago

laktech commented 2 years ago

very easy to reproduce, just start vscode w/ erlang_ls and notice it starts an erl process. then either close the window or reload it and the erl process remains.

filmor commented 2 years ago

I can confirm this issue, and this is almost definitely a regression.

robertoaloi commented 2 years ago

Thanks for reporting, I will try to have a look.