Skip to content
New issue

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

Ubuntu Visual Studio dnx Run Command #5610

Closed
avikenjale opened this issue Apr 21, 2016 · 1 comment
Closed

Ubuntu Visual Studio dnx Run Command #5610

avikenjale opened this issue Apr 21, 2016 · 1 comment

Comments

@avikenjale
Copy link

  • VSCode Version: 1.0.0
  • OS Version: Ubuntu 14.04

I have created a simple WEB API application using Visual Studio Code on Ubuntu(on my VMWare). I completed all prior steps to install & configure .NET core, VS Code & mono libraries and packages. my package.json file contains following parameter as:

"commands": { "web": "Microsoft.AspNet.Server.Kestrel" }

when I use 'ctrl+shift+p' to get command pallet, I can get dnx:Run Command, however after selecting this, I am not getting dnx web - (MyApplication). When I tried to run same application from terminal using dnx web. I am getting proper results of saying :

Hosting environment: Production Now listening on: http://localhost:5000 Application started. Press Ctrl+C to shut down.

Same application, I moved to my windows 7 environment, I am getting everything expected from VS Code. I don't have to run explicitly from command prompt.

Is it the behavior of VS Code on Ubuntu Vs Windows environment or something is wrong.

@dbaeumer
Copy link
Member

This issue was moved to OmniSharp/omnisharp-server#214

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants