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

The launch.json is not generated automatically when open existing aspnet core mvc project #473

Closed
richardzeng1985 opened this issue Jun 28, 2016 · 3 comments

Comments

@richardzeng1985
Copy link

Environment data

dotnet --info output:
VS Code version: 1.2.1
C# Extension version: .1.1.7

Steps to reproduce

  1. Launch vscode
  2. Open the existing asp.net core mvc project "src\musicstore" <is there a way can allow me upload the sample project ?>
  3. 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.

@richardzeng1985 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
@richardzeng1985
Copy link
Author

Attached repro project.
musicstore.zip

@DustinCampbell
Copy link
Member

@caslan: I don't think this is a debugger issue. It's with the tasks.json/launch.json generation code. I suspect this is the same issue as #170.

@caslan
Copy link
Contributor

caslan commented Jul 1, 2016

Yes, this the same issue. Closing this one as dupe.

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

No branches or pull requests

4 participants