]> Sergey Matveev's repositories - vim-lsp.git/commit
Add ":LspShowServer initializeRequest"
authorAndreas Louv <andreas@louv.dk>
Mon, 10 Apr 2023 17:56:07 +0000 (19:56 +0200)
committerAndreas Louv <andreas@louv.dk>
Mon, 10 Apr 2023 17:56:09 +0000 (19:56 +0200)
commitf5fea6ec61d2266e38924c679babf3aefc3724bb
treefcf27226ca638c0ebf29b3ef0639afe902c93978
parentaef1c2879dc4997069980e6804e9047a3632b24f
Add ":LspShowServer initializeRequest"

Since it's now possible to add "rootSearch" which changes the rootUri
that is being send to the server I think it makes sense to be able to
easily get to this information. I imagine it will be useful when people
are reporting issues.

It might make sense to request people, that are doing bug reports, to
include the information from:

:LspShowServer status
:LspShowServer initializeRequest
:LspShowServer capabilities
autoload/lsp/lsp.vim
autoload/lsp/lspserver.vim
plugin/lsp.vim