Skip to content

Support 'restart' option on 'launch' configs too #17381

@weinand

Description

@weinand

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

Metadata

Metadata

Assignees

Labels

debugDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions