Workspace Tasks

A Visual Studio Code extension that automatically discovers, organizes, and allows running of tasks from across a workspace

TypeScript📄 Apache-2.0
Screenshot of Workspace Tasks

A powerful Visual Studio Code extension that automatically discovers, organizes, and runs tasks from your workspace. Manage build scripts, run tests, execute workflows, and organize your development tasks with favorites and queues—all from a single, intuitive interface.

I wanted a way to visualize, and organize the large amount of tasks that any given project may have. This could be executing npm install, run GitHub action locally, or perform the docker build.

I started this project after updates to a very popular VSCode task explorer was updated, changed from free to “trial”, no longer open source, and broke because they weren’t ready to handle purchases when the trial period for every one ended. It also gave me an opportunity to support other task types, like GitHub actions, that are not supported in that other extension. I also publish on OpenVSX, which allows the extension to be used in forks of VSCode, like Cursor.