emacs-lsp / emacs-ccls

Emacs client for ccls, a C/C++ language server
200 stars 29 forks source link

server does not support method textDocument/reference #79

Closed phush0 closed 4 years ago

phush0 commented 4 years ago

when I start C project with emacs-ccls enabled i get this message: Error running timer: (error "The connected server(s) does not support method textDocument/references To find out what capabilities support your server use ‘M-x lsp-describe-session’ and expand the capabilities section.")

Doom v2.0.9 (Emacs v26.3)
Branch: develop
Commit: 4b20c7206ef92ac4639c412beca813ebc15e4e88

Indeed when I open lsp-describe-session there is no such field inside

phush0 commented 4 years ago

I think it is connected with this option (lsp-ui-peek-find-references nil (list :folders (vector (projectile-project-root))))