Manages justfile tasks in Visual Studio Code in a custom activity view.
Features
List recipes from justfile, Justfile, and .justfile files in workspace folders
The task list is automatically refreshed when a justfile is changed
Run/terminate/restart tasks directly in the custom activity view
View a recipe's source line in its justfile
Keep frequently used tasks in a top-level Favorites group
Running tasks are indicated by an animated icon
Total number of running tasks is shown as view badge
Exclude tasks using a regular expression pattern
Automatically collapse large task trees
Configuration
taskManager.exclude
Regular expression pattern for excluding tasks by name.
Example:
{
"taskManager.exclude": "^deploy"
}
taskManager.collapseLargeTaskTree
Controls whether the task tree automatically collapses top-level groups when there are more than three groups and more than 30 tasks. Enabled by default.