-
Notifications
You must be signed in to change notification settings - Fork 686
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
Comments
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. |
Here is how I decided to make this work --
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Picking a new startup project, should modify the launch.json so that F5 launches the project output under the debugger.
The text was updated successfully, but these errors were encountered: