Hi, On Sat, Apr 16, 2022 at 2:10 PM Prabir Shrestha <[email protected]> wrote:
> Thanks for the quick updates on docs. > > I'm working on a native-lsp-client branch > <https://github.com/prabirshrestha/vim-lsp/tree/native-lsp-client> in > vim-lsp but not able to get completion items working. There could be a > potential parsing bug. > > Here is the link to the full channel log: > https://gist.github.com/prabirshrestha/74d69fe9df0a85126727e99d09ddecbb > > > Thanks for reporting the issue. It looks like if the HTTP header is received separately from the JSON payload, then there is a problem in processing the response properly. I am able to reproduce this issue with the test program. I need to debug this more. Regards, Yegappan > The language server is returning the completion items, but since the > parsing fails I can never get the message. > > The repository I'm trying is a simple hello world rust program created via > cargo > new helloworld and try to type and see the completion items. > > I also see timed out messages, Do we need to configure some timeout > options here? > > In one of the logs I see partial messages. > https://gist.github.com/prabirshrestha/74d69fe9df0a85126727e99d09ddecbb#file-channel-log-L252 > <https://gist.github.com/prabirshrestha/74d69fe9df0a85126727e99d09ddecbb#file-channel-log-L233-L266> > > > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7k07UpoYF5TJimRvi6_i4B_LcS-o%3D3ayVfPOowNsYL7sw%40mail.gmail.com.
