Replace gear menu with direct Customizations editor action#303641
Merged
joshspicer merged 1 commit intomainfrom Mar 21, 2026
Merged
Replace gear menu with direct Customizations editor action#303641joshspicer merged 1 commit intomainfrom
joshspicer merged 1 commit intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Chat view title actions so that, when chat.customizationsMenu.enabled is enabled, the gear icon opens the AI Customizations editor directly and several configuration actions are surfaced via the view title “…” overflow menu.
Changes:
- Add a new Chat view title gear action that opens the AI Customizations editor when
chat.customizationsMenu.enabledis enabled. - Move Tool Sets, Chat Settings, and Show Agent Debug Logs into the Chat view title overflow (“…”) when the setting is enabled.
- Keep the legacy “Configure Chat” gear dropdown behavior when the setting is disabled.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/vs/workbench/contrib/chat/browser/tools/toolSetsContribution.ts | Adds a ViewTitle menu contribution for “Configure Tool Sets…” when the customizations menu setting is enabled. |
| src/vs/workbench/contrib/chat/browser/actions/chatOpenAgentDebugPanelAction.ts | Adds a ViewTitle overflow entry for “Show Agent Debug Logs” when the customizations menu setting is enabled. |
| src/vs/workbench/contrib/chat/browser/actions/chatActions.ts | Adds the direct “Open Customizations” gear action and hides the legacy “Configure Chat” submenu when the setting is enabled. |
7ef8367 to
0266017
Compare
0266017 to
26ddc93
Compare
When chat.customizationsMenu.enabled is true (default): - Gear icon directly opens the AI Customizations editor - Tool Sets, Chat Settings, and Show Agent Debug Logs move to the '...' context menu When the setting is false, the original gear dropdown behavior is preserved.
26ddc93 to
259e71b
Compare
mjbvz
approved these changes
Mar 21, 2026
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.
When chat.customizationsMenu.enabled is true (default):
When the setting is false, the original gear dropdown behavior is preserved.