neoclide / coc-solargraph

Solargraph extension for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Connection got disposed

husam212 opened this issue · comments

Trying to use external server but getting the error in the title, the server is showing Solargraph is listening PORT=7658 PID=128323 to STDOUT so I guess it's working fine.

coc-solargraph version is 1.2.3, and using release branch of coc.

Changing solargraph.externalServer config to 127.0.0.1 instead of localhost fixed the issue, not sure why.