Visual npm scripts manager for VSCode / CodeBuddy: scan all npm projects in your workspace (monorepo friendly), run any script with one click, and automatically track every listening port/service spawned by the script — kill a single service without stopping the others.
Visual npm scripts manager for VSCode / CodeBuddy:
Project scan: finds every package.json in the workspace (monorepo friendly, node_modules excluded), groups scripts by project
One-click run: inline ▶ button per script; output streams into a per-script output channel
Multi-port service tracking: automatically discovers every listening port of the script's process tree and shows them as service children — one script, multiple services, at a glance
Per-service kill: each service node shows IP + port with a ✕ button; kill one service (e.g. one of three started via concurrently) without touching the others
Port conflict handling: on EADDRINUSE, tells you whether the port is held by another of your scripts or an external process, and offers a confirmed one-click kill for the latter
Clean exit: kills all process trees when the window closes or the extension is deactivated — no orphan processes