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 #214

Open
dbaeumer opened this issue Apr 21, 2016 · 0 comments
Open

Ubuntu Visual Studio dnx Run Command #214

dbaeumer opened this issue Apr 21, 2016 · 0 comments

Comments

@dbaeumer
Copy link

From @avikenjale on April 21, 2016 14:21

  • 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.

Copied from original issue: microsoft/vscode#5610

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant