]> Sergey Matveev's repositories - vim-lsp.git/commit
Ignore non-standard request from eclipse java LS
authorGirish Palya <girishji@gmail.com>
Wed, 17 May 2023 15:38:56 +0000 (17:38 +0200)
committerGirish Palya <girishji@gmail.com>
Wed, 17 May 2023 15:38:56 +0000 (17:38 +0200)
commit201b11ada4bdcedf81b5c1d2dcd3be5b740889a6
treeb66305d2ed093faeaecb681872d56872f65e0af0
parent889df762ada9a0fdd6e612a16c33b4bbc4fb09e9
Ignore non-standard request from eclipse java LS

Eclipse java language server sends the 'workspace/executeClientCommand'
request (to reload bundles) which is not in the LSP specification.
Ignore this request and suppress the error message.

Fixed typos in lspserver.vim

M  autoload/lsp/handlers.vim
M  autoload/lsp/lspserver.vim
autoload/lsp/handlers.vim
autoload/lsp/lspserver.vim