fannheyward / create-coc-extension

Create a coc extension from command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I connect to the lsp using socket?

dagyu opened this issue · comments

commented

Hi i can't figure out how I can connect to my lsp using sockets.

For the vscode client I used the same code of this microsoft/vscode-languageserver-node#662 (comment) that works for me. I tried to use the same code for the con client but nothing happens to me and I don't know how to find any logs.

Could you help me somehow? It would be of great help to me to debug my lsp.

I didn't test the socket LSP, do you know any LS that supports socket connection, I can make a test.