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
I just checked and likely the same issue affects neovim (installation with mason.nvim). Every time I start neovim, a new elp process is started. I have a dozen running right now. :)
When I quit nvim, the elp server process is still running. It seems to have become an orphaned process.
In the DEBUG level log of neovim, it shows the shutdown and exit methods of the lsp RPC were actually sent when I quit neovim. But the elp server was still there.
If I execute :LspStop elp ++force or :lua vim.lsp.get_active_clients()[2].stop(true)in the neovim, the elp server is killed.
After a window reload, the prior server is not killed.
Originally reported in Slack.
The text was updated successfully, but these errors were encountered: