mirror of
https://github.com/neovim/neovim.git
synced 2024-12-21 03:35:02 -07:00
df726408d7
Language servers can already send log messages to the client while the server is still being initialized. This currently leads to "client has shut down" messages which are confusing to the user as the server is properly starting. To fix this this changes the `get_client_by_id` method to also return a client if it is still initializing. |
||
---|---|---|
.. | ||
lsp | ||
treesitter | ||
compat.lua | ||
highlight.lua | ||
inspect.lua | ||
lsp.lua | ||
shared.lua | ||
treesitter.lua | ||
uri.lua |