"restart" for request type "launch" does a re-run instead of a re-attach #24278
Labels
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
while testing the MERN tour #22277:
A "restart" in a launch config of request type "launch" does not only "re-attach" to node but runs the program again. This doesn't make much sense if the "program" is still running, like e.g. "nodemon".
So on every edit of "test.js" VS Code launches the program "nodemon" again:
What should happen is the following:
The text was updated successfully, but these errors were encountered: