Open antgel opened 5 years ago
what is run
, is this the run
from the OmniSharp build? also, which version of mono are you using? how did you build OmniSharp?
@filipw Thanks for the feedback. https://github.com/OmniSharp/omnisharp-vim installed it for me. OmniSharp_server_use_mono
is not set, so I'm using the embedded mono. The ./run
is in ~/.omnisharp/omnisharp-roslyn
, as per the first line of the paste. Here's the listing of that directiory:
antony@tuxrocks:~/.omnisharp/omnisharp-roslyn$ ls -lrt
total 25780
-rwxrwxr-x 1 antony antony 1113 May 18 2018 run
drwxrwxr-x 3 antony antony 24576 Jul 10 2018 omnisharp
drwxrwxr-x 2 antony antony 4096 Jul 10 2018 lib
drwxrwxr-x 2 antony antony 16384 Jul 10 2018 framework
drwxrwxr-x 3 antony antony 4096 Jul 10 2018 etc
drwxrwxr-x 2 antony antony 4096 Jul 10 2018 bin
-rw-rw-r-- 1 antony antony 26323388 Jan 9 12:50 omnisharp.http-linux-x64.tar.gz
If OmniSharp-vim installed OmniSharp-roslyn then this is release 1.32.1
, which is the latest HTTP release that works (see #1274)
I get the following error on my Ubuntu 18.04 box.