-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solargraph connection refused #66
Comments
@carlocab I was having the same issue with the same setup. I found the following issue: nodejs/node#40702 (comment). Coupled with https://github.com/neoclide/coc-solargraph#transport-options I was able to get it working by adding the following to (my empty)
|
I have the same problem, had to use the |
@billymonk that's really helpful! Thanks for taking the time to help me out here. Changing my let g:coc_node_args = ['--dns-result-order=ipv4first'] @Flink Thanks for the tip! This worked for me too. That is, instead of setting "solargraph.transport": "stdio" to |
@carlocab I'm glad you got it working. I should have noted (and you may have tried it and it still didn't work), but with my solution above you have to run Solargraph yourself using Anyway, I like your answer more since then I don't have to manually start the Solargraph server so I've updated my |
I'm having trouble getting Solargraph working with coc-solargraph, and would appreciate some help trying to figure this out. Here is the log from
CocInfo
when opening a blanktest.rb
:I'm running macOS 12 on an M1 Mac, with Ruby 2.6.8 installed via
rbenv
. Solargraph was installed withgem
, and Neovim and Node were installed via Homebrew.I have an identical setup on an Intel Mac and it works just fine, so I'm not really sure what I'm doing wrong here. I've pared down my config to just loading
coc.nvim
and I still see this issue.The text was updated successfully, but these errors were encountered: