[Feature Request] Debugger - add restart option to request:"launch" #15804
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
Milestone
When debugging with request:"attach" there is "restart":true/false option, which is very useful when launching "child_process restarting on file change solution". But still have to start app in console, or vscode command, and kill it manually. It will be very nice to have only one button to start/stop app with debugger. This can be done via request:"launch" and port:{my_custom_child_process_debugger_port}, but when child_process restarts, debugger is detached and need to be re-attached same way like "restart":true option when request:"attach".
Thank you very much
The text was updated successfully, but these errors were encountered: