-
Notifications
You must be signed in to change notification settings - Fork 167
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
"CONNECTION: ''" Error on CentOS while the omnisharp server is successfully running #410
Comments
Hi there, There's an issue with the latest releases of omnisharp-roslyn not accepting Http connections. Please try the latest working version, by running this from the vim command line: :OmniSharpInstall 'v1.32.1' If you still have problems (hopefully not), try removing your |
Until OmniSharp/omnisharp-roslyn#1274 is resolved, `:OmniSharpInstall` with no arguments will install version v1.32.1 Closes #393, #410
@AlseinX I've just made a change so the default :OmniSharpInstall installs OmniSharp-Roslyn v1.32.1, so you can still run the above command, or just :OmniSharpInstall If this doesn't solve your problem, please re-open this issue. |
running
I triple checked I do have libuv installed. |
OmniSharp-roslyn has no problems for with the latest .NET core. Did you try removing the |
When testing the server from the commandline, try using the |
If I remove this line, the omnisharp-vim calls run script to start the omnisharp server.
|
Luckily I tried installing |
neofetch:
vim version:
.vimrc:
the folder structure which was briefly made by
dotnet
commands:building succesfully:
result of manually running the omnisharp server:
there seems not to be a problem. C-c exited.
vim Program.cs
entering vim, and nothing was changed, like omnisharp-vim was never installed.making sure server was automatically started by the plugin:
:!ps -ef | grep omnisharp
running
:OmniSharpCodeFormat
and got this screen with red error texts "CONNECTION: ''":The text was updated successfully, but these errors were encountered: