Open chat customizations from the chat gear#301164
Open
jamesmontemagno wants to merge 2 commits intomainfrom
Open
Open chat customizations from the chat gear#301164jamesmontemagno wants to merge 2 commits intomainfrom
jamesmontemagno wants to merge 2 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR changes the Chat view gear icon behavior when Chat Customizations are enabled. Instead of showing the legacy "Configure Chat" dropdown submenu, it directly opens the Chat Customizations editor. When the feature is disabled, the existing dropdown remains.
Changes:
- Added a new
OpenChatCustomizationsTitleActionthat opens the AI Customizations editor directly from the Chat view title bar gear icon, gated onchat.customizationsMenu.enabled. - Gated the existing gear submenu registration to only appear when
chat.customizationsMenu.enabledis not set, so the two are mutually exclusive.
You can also share your feedback on Copilot code review. Take the survey.
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.
Summary
When Chat Customizations are enabled, clicking the Chat view gear now opens the Chat Customizations editor directly instead of showing the legacy Configure Chat dropdown.
When Chat Customizations are disabled, the existing Configure Chat dropdown remains unchanged.
What Changed
chat.customizationsMenu.enabledWhy
The new Chat Customizations surface already centralizes the relevant configuration and authoring entry points. Sending users there directly from the gear removes an extra dropdown step when the feature is available, while preserving the previous behavior when it is not.
Validation
Notes
There are unrelated existing warnings in the Rust CLI workspace that were not touched by this change.