Attach launch configs should support to automatically re-attach #2103
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
Milestone
Using a tool like "nodemon" automatically restarts the debug target whenever a change is detected. Since VS Code sees the restart only as a termination of the debug target it will end the debug session.
This feature request asks for an automatic "reattach", that is when VS Code detects a terminated debug target it should automatically start a new debug session and try to attach to the same port again.
CC: @egamma @isidorn
The text was updated successfully, but these errors were encountered: