Files
neovim/test/functional
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
..
2025-03-26 14:48:09 +01:00
2025-03-02 14:27:52 -08:00
2024-04-23 18:17:04 +02:00