asp.net core - Visual Studio Code: Failed to launch external program dotnet -


visual studio code 1.0.0

mac os x 10.11.4

dnx installed , can run .net core application terminal. getting following error when try run .net core project.

output window:

failed launch external program dotnet .

spawn dotnet enoent

any suggestions?

i experienced problem today - seems caused running zsh shell , launching vs code terminal. when launch bash or using spotlight works.

apparently vs code has hacky dependencies on bash - there discussion issue here:

https://github.com/microsoft/vscode/issues/8434


Comments

Popular posts from this blog

c++ - What's the differece between of link to a dynamic file and as a input object? -

javascript - Feed FileReader from server side files -

Android Unit Testing / Mockito: android.location.Location not mocked -