-
Notifications
You must be signed in to change notification settings - Fork 37k
Closed
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
Since VS Code node debugging now supports 'npm' or other task runners directly in 'launch' configs, it is now possible to run 'nodemon' as part of this.
This was not (easily) possible before. Instead users would run nodemon from the command line and then use a VS Code 'attach' config to connect to it.
To fully support the nodemon scenario with 'launch', we should support the 'restart' option not only for 'attach' but for 'launch' as well.
/cc @egamma
electrotype
Metadata
Metadata
Assignees
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality