Taskbar is a Visual Studio Code extension that gives you a quick overview of all tasks defined in .vscode/tasks.json.
It adds a dedicated Taskbar view to the Explorer sidebar where you can:
See all tasks from your workspace
Check which tasks are currently running
Start or stop tasks with one click
No extra menus or action bars — everything happens directly inside the Tree View.
Features
📋 Task list in the Explorer – all tasks from .vscode/tasks.json are shown in a simple vertical list
▶️ Run tasks
⏹️ Stop tasks
🔄 Live status updates – task states automatically update when tasks start or finish
🖥️ Clean UI – all controls are directly on the task items, no extra panels
Usage
Make sure your workspace has a .vscode/tasks.json file.
Example: