asp.net - Omnisharp server is not running Windows 10 -
i'm using vs code try out asp.net little bit, when try do: dnu restore fails.
if try within vs code error message: omnisharp server not running.
i don't know :( i'm running windows 10 x64
check vs code omnisharp log, ctrl + shift + u.
the omnisharp server not running
error can result problem in project.json
causing issues dnu restore
. e.g. issues resolving packages 1 of target frameworks?
it not but, can try restarting omnisharp : f1 "omni restart"
c# support not bundled sound have installed it. otherwise add c# f1 "ext install", enter, "c#"
you right there little documentation
- https://code.visualstudio.com/docs/languages/csharp - introduction project types , omnisharp
- https://docs.asp.net/en/latest/tutorials/your-first-mac-aspnet.html - yes osx because windows instructions visual studio
- https://blogs.msdn.microsoft.com/visualstudioalm/2016/03/10/experimental-net-core-debugging-in-vs-code/ - expect better soon
Comments
Post a Comment