We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From @xameeramir on February 3, 2016 8:1
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:
mono --version
I can run the project by using dnx web command from Terminal.
dnx web
However, my simple question:
Side question : Not sure by when the debugging will be supported. Any rumours about the extension will be appreciated.
SOURCE
Copied from original issue: microsoft/vscode#2659
The text was updated successfully, but these errors were encountered:
This issue is pretty old and stale. Ubuntu 14.04 is supported by .NET Core today and the C# extension works on it.
Sorry, something went wrong.
Merge pull request dotnet#27 from madds-h/master
d4754e8
No branches or pull requests
From @xameeramir on February 3, 2016 8:1
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:
I found some posts when trying to solve this but most seems to be addressing either Console project or are given for OS x:
mono --version
shows that it is >3.12:I can run the project by using
dnx web
command from Terminal.However, my simple question:
SOURCE
Copied from original issue: microsoft/vscode#2659
The text was updated successfully, but these errors were encountered: