Add Agents Window taskbar shortcut and icons - #335947
Open
Dmitriy Vasyura (dmitrivMS) wants to merge 1 commit into
Open
Add Agents Window taskbar shortcut and icons#335947Dmitriy Vasyura (dmitrivMS) wants to merge 1 commit into
Dmitriy Vasyura (dmitrivMS) wants to merge 1 commit into
Conversation
Copilot started reviewing on behalf of
Dmitriy Vasyura (dmitrivMS)
September 12, 2026 08:54
View session
Dmitriy Vasyura (dmitrivMS)
requested a review
from Alexandru Dima (alexdima)
September 12, 2026 08:55
Contributor
There was a problem hiding this comment.
Copilot review overview
🔵 Needs a closer look
Update or recreate reused windows when their kind changes so the Agents icon remains correct.
Review tier: Lite (auto)
Findings: None
Note
Copilot is running an experiment and ran this review at Lite.
What changed in this PR
Adds Windows Agents Window taskbar access and propagates native window icons to Switch Window.
Changes:
- Adds the
--agentsjump-list task and packagessessions.ico. - Applies Agents branding to native Windows windows.
- Exposes native icons in Switch Window.
- Filters Agents windows from recent workspaces.
A reused CodeWindow can switch to Agents mode without updating its icon, leaving the normal VS Code branding visible.
| File | Reviewed changes |
|---|---|
src/vs/workbench/electron-browser/actions/windowActions.ts |
Renders advertised native icons. |
src/vs/platform/workspaces/electron-main/workspacesHistoryMainService.ts |
Adds the jump-list task and filters Agents recents. |
src/vs/platform/windows/test/electron-main/windowsFinder.test.ts |
Updates the native window test mock. |
src/vs/platform/windows/electron-main/windowImpl.ts |
Assigns the Agents Window icon. |
src/vs/platform/window/electron-main/window.ts |
Exposes native icon metadata. |
src/vs/platform/window/common/window.ts |
Adds icon metadata to opened windows. |
src/vs/platform/native/electron-main/nativeHostMainService.ts |
Publishes native icon paths. |
build/gulpfile.vscode.ts |
Packages sessions.ico for Windows builds. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Dmitriy Vasyura (dmitrivMS)
marked this pull request as ready for review
September 12, 2026 09:28
Dmitriy Vasyura (dmitrivMS)
enabled auto-merge (squash)
September 12, 2026 09:28
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.
--agentsmodesessions.icoasset for the jump-list task and resulting Windows taskbar button, so Stable, Insiders, and Exploration receive matching product-quality brandingCodeWindowicon path through generic opened-window metadataScreenshots
Related issues
Fixes #335321
Fixes #315734
Fixes #315935