Hide Tasks & Groups
Table of Contents
Overview
Declutter your task view by temporarily hiding individual tasks or entire task groups you donβt need to see. Hidden items are dimmed when shown and can be easily restored at any time.
How to Use
- Right-click on any task or task group
- Select βHide Taskβ or βHide Groupβ from the context menu
- Hidden items are removed from the default view
- Click the βShow Hidden Tasksβ button in the title bar to view all tasks including hidden ones
- When in βShow Hiddenβ mode, hidden items appear dimmed with a badge (β)
- Right-click a hidden item and select βUnhideβ to restore it
- Click βClear Hidden Tasksβ to unhide everything and return to normal view
Features
- Selective Hiding β Hide individual tasks or entire task groups (npm, maven, etc.)
- Hierarchical β Hiding a group automatically hides all tasks within it
- Visual Feedback β Hidden items appear dimmed with a badge when viewing all tasks
- Toggle Mode β Quickly switch between filtered view and showing all tasks
- Persistent β Hidden state is saved across Visual Studio Code sessions
- Easy Restore β Unhide individual items or clear all hidden tasks at once
Perfect For
- Hiding rarely-used task types in large monorepos
- Temporarily removing test or build tasks from view
- Focusing on specific task categories during development
- Cleaning up the task tree without permanently removing tasks
Difference from Task Filtering
| Β | Hide Tasks | .tasksignore / Exclude |
|---|---|---|
| Scope | Per-task or per-group | File/pattern-based |
| Reversibility | Easily toggle back on | Edit ignore file |
| Use case | Temporary declutter | Permanently exclude task files |
| Granularity | Individual tasks within a type | Entire files or directories |
For permanently excluding files from task discovery, use Task Filtering with .tasksignore.
Next Steps
- Task Filtering β Exclude files using
.tasksignore - .tasksignore Reference β
.tasksignoresyntax and examples - Configuration β Full settings reference