Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Nodemon Problem MatcherNew to Visual Studio Code? Get it now.
Nodemon Problem Matcher

Nodemon Problem Matcher

Trilean Software

|
18,774 installs
| (1) | Free
Provides nodemon support during debug sessions using watch tasks and automatic rebuilds
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Nodemon problem matcher for VS Code

To use this, add the nodemon or nodemon-watch problem matcher to your tasks.json, as appropriate. For example:

{
  "version": "2.0.0",
  "tasks": [
    {
      "type": "npm",
      "script": "watch",
      "group": "build",
      "isBackground": true,
      "problemMatcher": "$nodemon",
      "label": "npm: watch"
    },
  ]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft