Use calendar codicon for automations instead of watch - #332443
Draft
Ben Villalobos (benvillalobos) wants to merge 2 commits into
Draft
Use calendar codicon for automations instead of watch#332443Ben Villalobos (benvillalobos) wants to merge 2 commits into
Ben Villalobos (benvillalobos) wants to merge 2 commits into
Conversation
Copilot started reviewing on behalf of
Ben Villalobos (benvillalobos)
August 24, 2026 23:02
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Replaces stopwatch-style automation icons with calendar icons to better represent scheduled sessions and removes a stale icon export.
Changes:
- Uses
Codicon.calendaracross automation UI and chat tools. - Removes the unused AI Customization automation icon.
Show a summary per file
| File | Description |
|---|---|
chatAutomationConfiguredResultSubPart.ts |
Updates the automation result button icon. |
clientToolSetsContribution.ts |
Updates the automation tool-set icon. |
aiCustomizationIcons.ts |
Removes the obsolete automation icon export. |
sessionsList.ts |
Updates automation section and status icons. |
automationTools.ts |
Updates list and configure tool icons. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 5/5 changed files
- Comments generated: 0
- Review effort level: Balanced
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
The watch codicon for automations reads as a stopwatch/timer, which doesn't match what automations actually are (scheduled recurring sessions). Calendar is a better fit and matches how the feature is described in-product ("Schedule agent sessions to run automatically on a cadence you choose.").
Changes made
Codicon.watch→Codicon.calendareverywhere automations render:listAutomationsandconfigureAutomationtool icons (how they render in chat)vscodeAutomationstool set iconautomationIconexport fromaiCustomizationIcons.ts(dead code — automations moved out of the AI Customization view into their own top-level view).