-
-
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 not starting. Starting the Solargraph server messages never goes away #48
Comments
Hello. I've faced up with the same problem. The problem was solargraph didn't start properly. Try to run manually
I hope it will be helpful |
In my case it was misconfigured In my case it was easy to see that |
I'm still facing this issue. I tried
I'm running my project inside rvm with |
Ok I've found that the command coc is running is But it seems that the issue for me is that if I run just the first part, there's some kind of infinite loop parse error:
Would this be some issue in my ~/.zshrc? But it doesn't make sense to me since if I run just It seems that it's the combination of the |
So actually turns out that it's some issue with running |
Ok I fixed it - I think rvm somehow added a line to source its scripts automatically in a ~/.zlogin file, and after I removed the sourcing line there it's fixed now. |
@himat I'm kind of having similar issue as you are. How did you find out the actual command coc is running? |
@kidonchu run |
Running into the same issue here; Using rbenv. Tried @anchorite's solution, but running Investigated @himat 's solution but I do not have a Adding |
Having the same issue, I'm not a terminal wizard but I'm not certain Coc-solargraph should execute zsh with the option Edit: related issue #62 Fixed the issue by adding this in my vim config
That way the .zprofile is not executed and solargraph can launch. I'm still wondering if this is normal practice to use |
When opening a ruby file CocSolargraph tries to start the server but nothing happens. No errors in the log. Config seems to be fine since if I change the path to a wrong one I got an error message
This is the coc log
The text was updated successfully, but these errors were encountered: