Recent Tasks

Table of Contents

  1. Configuration
    1. workspaceTasks.recentTasks.maxItems
    2. workspaceTasks.groups.recentTasks.enabled
  2. Next Steps

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
}

Recent Tasks - Max Items

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
}

Recent Tasks - Grouping


Next Steps


© 2026 Ryan Conrad. All rights reserved.

This site uses Just the Docs, a documentation theme for Jekyll.