A sidebar view for workspace tasks. Shows only tasks from tasks.json and .code-workspace files.
- View tasks from
.vscode/tasks.jsonor.code-workspacefiles - Run and stop tasks with one click
- Real-time status updates for running tasks
- Works with multi-root workspaces
- No auto-detected npm scripts or extension tasks
- Find Task Explorer in the Activity Bar
- Click ▶ to run a task
- Click ⏹ to stop a running task
- Click 🔄 to refresh
simpleTaskExplorer.stopAllMatchingExecutions (default: true) - Stop all matching executions instead of just the most recent one.
Change in VS Code settings: search for "Simple Task Explorer".