Allow us to extend launch configurations #74636
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
*out-of-scope
Posted issue is not in scope of VS Code
Milestone
I have a launch.json with two configurations that are basically exactly the same except for the
args
that I set.I would like to be able to extend an existing launch configuration and add on just my changes rather than rewriting the entire configuration. E.g.:
The text was updated successfully, but these errors were encountered: