Files
neovim/runtime/lua/vim
Eike 0862c1036a fix(lsp): check if client is stopping before reuse #33796
Problem:
Stopping a language server and then calling vim.lsp.start() with the same name/root will return the old language server that's in the middle of shutting down. vim.lsp.start() won't return a new server until the old process has terminated.

Solution:
Introducing a client._is_stopping field that tracks the shutdown phase, preventing the client from being reused.
2025-05-04 14:38:01 -07:00
..
2024-03-06 10:45:22 +00:00
2024-01-16 09:33:10 +00:00
2025-04-27 13:40:46 -07:00
2025-03-15 15:00:44 +01:00
2025-02-26 23:06:22 +01:00