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

Provide project selector to pick startup project #310

Closed
DustinCampbell opened this issue May 11, 2016 · 2 comments · Fixed by #2780
Closed

Provide project selector to pick startup project #310

DustinCampbell opened this issue May 11, 2016 · 2 comments · Fixed by #2780

Comments

@DustinCampbell
Copy link
Member

Picking a new startup project, should modify the launch.json so that F5 launches the project output under the debugger.

@gregg-miskelly
Copy link
Contributor

Here is an idea -- instead of asking the user which project they want as the startup project (or maybe in addition to asking), maybe we should generate a different entry in launch.json and tasks.json for each launchable project. That way the user can easily switch around the startup project using the drop down built into VS Code.

@gregg-miskelly
Copy link
Contributor

Here is how I decided to make this work --

  1. When we generate launch.json, if there are multiple startup projects, the user will now get asked which one they want to launch.
  2. If a user decides to make a different decision later, they can always rerun the '.NET: Generate Assets for Build and Debug' command.

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

Successfully merging a pull request may close this issue.

2 participants