OmniSharp / omnisharp-vim

Vim omnicompletion (intellisense) and more for C#
http://www.omnisharp.net
MIT License
1.72k stars 168 forks source link

OmniSharp Server not downloading and not starting up #643

Closed RononDex closed 4 years ago

RononDex commented 4 years ago

When I open a *.cs file in vim I get the following message: image

When I hit "y" for yes I get image

I am unable to get OmniSharp to run, it used to work just a few minutes earlier. I tried to upgrade OmniSharp server by running "OmniSharpInstall" and since then it stopped working This also happens if I try to use :OmniSharpStartServer

nickspoons commented 4 years ago

OS? Vim version?

It looks like the server is not being correctly downloaded ... hopefully a GitHub problem, which happens occasionally. Can you try :OmniSharpInstall again?

I am unable to get OmniSharp to run, it used to work just a few minutes earlier

What does this mean? When did it work correctly? Are you saying it was working and then you tried to upgrade the server with :OmniSharpInstall and then it stopped?

nickspoons commented 4 years ago

Oh, another thought. OmniSharp-roslyn 1.37.2 was only just released a few hours ago. You may have been attempting to download it in the short period where the tag was available as the latest version, but the release assets were not yet available for download. They are there now.

RononDex commented 4 years ago

OS: Arch Linux Vim Version: Latest nvim

It seems to work on my laptop (just ugpraded omnisharp server here). Will retry on my desktop in a few hours and see if it works now

Yes I run :OmniSharpInstall. It instnantly said that the new version was installed, however it seemed to have downloaded nothing (it seems the folder where it downloads the server into was empty)

RononDex commented 4 years ago

Yes its working now, seems to have been caused by the build artifact not being available yet