omnisharp-server
omnisharp-server copied to clipboard
'dnx web' doesn't execute in VSCode 1.0.0 on OpenSuSe Leap 42.1
From @s4rduk4r on April 22, 2016 6:52
- VSCode Version: 1.0.0
- OS Version: OpenSuSe Leap 42.1
Problem: dnx web command doesn't execute, so I need to execute it manually via bash
Steps to Reproduce:
- Install ASP.Net 5 as described here - http://docs.asp.net/en/latest/getting-started/installing-on-linux.html
- Create project as described here - https://azure.microsoft.com/en-us/documentation/articles/web-sites-create-web-app-using-vscode/
- Open it in VSCode
- View->Command Palette->dnx Run Command->dnx web
Copied from original issue: Microsoft/vscode#5641
Experiencing the same issue on Ubuntu 12.04 LTS. Runs fine from terminal as stated earlier. Here's a link to a StackOverFlow question Ubuntu Visual Studio dnx Run Command