Update sign-in text to specify GitHub Copilot#318603
Merged
Merged
Conversation
…eatures/development Co-authored-by: eli-w-king <201316543+eli-w-king@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
eli-w-king
May 27, 2026 17:52
View session
dmitrivMS
approved these changes
May 27, 2026
vritant24
approved these changes
May 27, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR clarifies sign-in prompts in the chat setup and onboarding UI by replacing ambiguous “AI features/development” wording with explicit “GitHub Copilot” wording, aligning the UX with unauthenticated BYOK scenarios.
Changes:
- Update the walkthrough/action label for the forced sign-in setup action to mention GitHub Copilot.
- Update the chat setup dialog title (when entitlement is unknown / forced sign-in) to mention GitHub Copilot.
- Update the onboarding Variation A sign-in hero subtitle to mention GitHub Copilot.
Show a summary per file
| File | Description |
|---|---|
| src/vs/workbench/contrib/welcomeOnboarding/browser/onboardingVariationA.ts | Updates the sign-in hero subtitle to explicitly reference GitHub Copilot. |
| src/vs/workbench/contrib/chat/browser/chatSetup/chatSetupRunner.ts | Updates the sign-in dialog title (unknown entitlement / forced sign-in) to explicitly reference GitHub Copilot. |
| src/vs/workbench/contrib/chat/browser/chatSetup/chatSetupContributions.ts | Updates the forced sign-in action title (walkthrough button label) to explicitly reference GitHub Copilot. |
Copilot's findings
- Files reviewed: 3/3 changed files
- Comments generated: 0
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.
With unauthenticated BYOK support, the generic "AI features/development" sign-in prompts are ambiguous. Replacing with explicit "GitHub Copilot" wording in three places:
chatSetupContributions.ts: action title fortriggerSetupForceSignIn(surfaces as walkthrough button label)chatSetupRunner.ts: setup dialog title shown when entitlement is unknownonboardingVariationA.ts: hero subtitle on the sign-in onboarding screen