
Task Trigger VSCode Extension
A VSCode extension to display and trigger tasks in the explorer view.Task trigger is a VSCode extension that groups all available tasks in a workspace and displays them in the explorer view.
Tasks are grouped by sources and subfolders within the sources, based on a configurable separator regular expression. For example, the task name `FolderA: TaskA` creates a `FolderA` containing a `TaskA` (with separator regex set to `":"`).
Clicking on any displayed task triggers the execution of the configured command in VSCode’s tasks.json file.
The extension can be installed via the VSCode extension marketplace with the ID MichaelBraun1994.task-trigger.
Related Links
- Github Repo: https://github.com/MichaelBraun1994/vscode-task-trigger
- VSCode Marketplace: https://marketplace.visualstudio.com/items?itemName=MichaelBraun1994.task-trigger