Open ideless opened 1 year ago
I see the same issue with pylsp
but not with clangd
can confirm its happening for me for pylsp
as well but not for gopls
for example
also interesting that pyright
it works ok. just pylsp
is causing issues. does that mean its a bug in the LSP itself? or neo-tree is not handling some response correctly?
seeing this in :LspLog
:
[ERROR][2023-10-12 16:36:29] .../vim/lsp/rpc.lua:734 "rpc" "/root/.local/bin/pylsp" "stderr" "2023-10-12 16:36:29,563 EDT - WARNING - pylsp_jsonrpc.endpoint - Received cancel notification for unknown message id 8\n"
[ERROR][2023-10-12 16:36:33] .../vim/lsp/rpc.lua:734 "rpc" "/root/.local/bin/pylsp" "stderr" "2023-10-12 16:36:33,376 EDT - WARNING - pylsp_jsonrpc.endpoint - Received cancel notification for unknown message id 10\n"
[ERROR][2023-10-12 16:36:35] .../vim/lsp/rpc.lua:734 "rpc" "/root/.local/bin/pylsp" "stderr" "2023-10-12 16:36:35,679 EDT - WARNING - pylsp_jsonrpc.endpoint - Received cancel notification for unknown message id 11\n"
[ERROR][2023-10-12 16:36:37] .../vim/lsp/rpc.lua:734 "rpc" "/root/.local/bin/pylsp" "stderr" "2023-10-12 16:36:37,233 EDT - WARNING - pylsp_jsonrpc.endpoint - Received cancel notification for unknown message id 14\n"
although not sure what that means
I see the same issue with solargraph (ruby lsp) but not with gopls and not with rust-analyzer.
Did you check docs and existing issues?
Neovim Version (nvim -v)
0.9.0
Operating System / Version
Ubuntu 20.04.6 LTS
Describe the Bug
Failed to open
document_symbols
when using pylsp. There is no problem with other lsp servers (at least lua_ls, tsserver) though. I’m not sure if it is a bug of neo-tree or pylsp.Screenshots, Traceback
Error message:
Steps to Reproduce
Expected Behavior
document symbols should be opened
Your Configuration