Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code, MAC OS X, OmniSharp server is not running

I've had several reads on guides in the official MS documentation to get started but no matter what I do, when I try to run dnu restore from VS Code, I keep getting the Omnisharp server is not running thing. dnu from command line works fine.

I Found this post: Can't run commands within Visual Studio Code on OS X but I installed mono in all the ways mentioned with no luck. Is there any way to find why omnisharp server is not running in any log left by vscode?

Thanks!

like image 802
AlFranco Avatar asked Dec 04 '15 09:12

AlFranco


1 Answers

Had the same problem. Using dnvm upgrade -u made it worse because the -u options tells the version manager (dnvm) to use the "unstable" feed. I did a straight dnvm upgrade and it works now.

like image 103
bubba Avatar answered Sep 19 '22 14:09

bubba