autozimu / LanguageClient-neovim

Language Server Protocol (LSP) support for vim and neovim.
MIT License
3.55k stars 273 forks source link

Remove extra fields from message #1115

Closed martskins closed 4 years ago

martskins commented 4 years ago

Was trying to verify if javascript-typescript-langserver was still working after this and I couldn't really find the meta field in the first place, but I'll keep that there in case an older version still has it.

As for the extra field that Sorbet sends, @jez if you would be so kind to try if this fixes that for you that would be great. And if that's so I can merge this and cut a new release before more users come across that issue.

jez commented 4 years ago

This branch fixes the problem, thanks!

martskins commented 4 years ago

I'll merge this one then!

Also, @autozimu if you have any objections about this one we can always roll it back and fix the dependency on jsonrpc-core to version 12 again.