ASP.NET OmniSharp server is not running on Ubuntu Mono

1k views Asked by At

After setting up VS Code, I'm trying to run an ASP.NET 5 project using Visual studio code's command palette on Ubuntu Linux 14.4.

The DNVM installed is for Mono. Following the steps given on VS code's official docs, the project is created with Yeoman scaffolder.

Whenever trying to start the project, I get the following error:

OmniSharp server is not running.

I found some posts when trying to solve this but most seems to be addressing either Console project or are given for OS x:

enter image description here

DNVM is already the latest

I can run the project by using dnx web command from Terminal.

However, my simple question:

  • How do I run ASP.NET 5 on Ubuntu using VS Code?

Side question : Not sure by when the debugging will be supported. Any rumours about the extension will be appreciated.

1

There are 1 answers

0
Zameer Ansari On

This seems to be a bug with OmniSharp and not specifically with VSCode