Kevin Truong
Kevin Truong
It seems like it is indeed a Vim LSP plugin implementation error. The [official specs](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#requestMessage) allow `id` to be either `int` or `strings` but the LSP plugins seems to only...
Here is the issue I reported: https://github.com/yegappan/lsp/issues/635 I switched to a different LSP plug-in for Vim (CoC.nvim) and that one worked fine. I also tried other editors like Emacs (with...
Thanks! And yes I was referring to the `yegappan/lsp` plugin that specifically had this issue. I just tried `prabirshrestha/vim-lsp` and that one worked. I never use vim to be honest,...
FYI crashing might not have been the right word choice by me. At first I thought the entire Pygls process died, but it actually continues to run... only the coroutine...