rust-lang / rls

Repository for the Rust Language Server (aka RLS)
Other
3.53k stars 257 forks source link

rls triggers a registerCapability handler despite dynamicRegistration set to false #1765

Open vimalk78 opened 2 years ago

vimalk78 commented 2 years ago

rls version:

$ rls --version
rls 1.41.0 (bf88026 2021-09-07)

nvim-lspconfig https://github.com/neovim/nvim-lspconfig.git

I am getting this warning in lsp.log

[WARN][2022-02-16 15:10:07] ...lsp/handlers.lua:107 "The language server rls triggers a registerCapability handler despite dynamicRegistration set to false. Report upstream, this warning is harmless"
[WARN][2022-02-16 15:10:07] .../lua/vim/lsp.lua:711 "server_request: no handler found for"  "client/unregisterCapability" 

After this, list references for symbols is not working.