You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the existing asp.net core mvc project "src\musicstore" <is there a way can allow me upload the sample project ?>
Click "Yes" when pop up a prompt "adding missing build and debug assets ?" when the status bar indicate "Successfully installed .NET Core Debugger".
Expected behavior
both tasks.json and launch.json should be generated under .vscode folder automatically
Actual behavior
only tasks.json is generated automatically, and I need manually select the ".NET Core" to generate the launch.json and configure the target binary for "program" in launch.json.
The text was updated successfully, but these errors were encountered:
richardzeng1985
changed the title
launch.json is not generated automatically when open existing aspnet core mvc project
The launch.json is not generated automatically when open existing aspnet core mvc project
Jun 28, 2016
Environment data
dotnet --info
output:VS Code version: 1.2.1
C# Extension version: .1.1.7
Steps to reproduce
Expected behavior
both tasks.json and launch.json should be generated under .vscode folder automatically
Actual behavior
only tasks.json is generated automatically, and I need manually select the ".NET Core" to generate the launch.json and configure the target binary for "program" in launch.json.
The text was updated successfully, but these errors were encountered: