Recent Tasks
Table of Contents
As you run tasks, they are tracked in a dedicated Recent Tasks section at the top of the task tree. This lets you quickly re-run the tasks youโve been working with most recently.
Configuration
workspaceTasks.recentTasks.maxItems
Type: number Default: 20 Minimum: 0
The maximum number of task items to track in the Recent Tasks group. Once the limit is reached, the oldest tasks are dropped from the list. Set to 0 to disable Recent Tasks entirely.
{
"workspaceTasks.recentTasks.maxItems": 20
}

workspaceTasks.groups.recentTasks.enabled
Type: boolean Default: false
When enabled, recent tasks will be grouped by task type in the same way as the main task tree.
{
"workspaceTasks.groups.recentTasks.enabled": true
}

Next Steps
- Configuration โ Full settings reference
- Compound Tasks (Queues) โ Group tasks into runnable sequences