v1.0.0
Initial public release of Task Dashboard - define, run, and manage your project's custom shell tasks from a dedicated VS Code sidebar.
📦 Install: https://marketplace.visualstudio.com/items?itemName=Amitoj02.task-dashboard
Highlights
- Dedicated Task Definitions and Running Tasks views in the activity bar.
- Create, edit, duplicate, and delete tasks via a webview editor or native Quick Add.
- Run / Stop / Restart / Run All / Stop All, with graceful stop (SIGTERM → SIGKILL) and whole-tree kill.
- Per-instance real terminals with native ANSI, search, links, and retained output.
- Live status, PID, and duration for every running instance.
- Search, sort, scope filtering, and drag-and-drop manual ordering.
- Optional auto-restart guarded by a crash-loop breaker.
- File-free storage; commands are never
eval'd (shell execution is opt-in).
See CHANGELOG.md for the full list.