Change GHE enterprise sign-in button label from "GHE.com" to "GHE"#307717
Open
Change GHE enterprise sign-in button label from "GHE.com" to "GHE"#307717
Conversation
Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/61fb8aa1-7c14-416a-864e-bf54426f330b Co-authored-by: eli-w-king <201316543+eli-w-king@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update sign in button label from 'GHE.COM' to 'GHE'
Change GHE enterprise sign-in button label from "GHE.com" to "GHE"
Apr 3, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Sessions/Agents welcome onboarding UI so the enterprise sign-in provider fallback label displays “GHE” instead of “GHE.com” when no enterprise provider name is supplied by productService.
Changes:
- Change the hardcoded fallback
enterpriseProviderNamefrom'GHE.com'to'GHE'in the Sessions walkthrough sign-in screen.
Show a summary per file
| File | Description |
|---|---|
src/vs/sessions/contrib/welcome/browser/sessionsWalkthrough.ts |
Adjusts the enterprise provider name fallback used for the enterprise sign-in button label/ARIA label/title. |
Copilot's findings
- Files reviewed: 1/1 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.
The enterprise sign-in button in the sessions/agents window onboarding was labeled "GHE.com" (via the hardcoded fallback). Changed the fallback to "GHE".
sessionsWalkthrough.ts: Update fallbackenterpriseProviderNamefrom'GHE.com'→'GHE'The label when the product service provides an explicit
enterprise.nameis unchanged.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/graphql/usr/bin/gh gh pr create --title Change enterprise sign-in button label from 'GHE.com' to 'GHE' --body In the sessions/agents window app onboarding, the sign-in button for the enterprise provider showed "GHE.com" as the fallback label. This changes the fallback default from'GHE.com'to'GHE'so the button now displays just "GHE" instead. --head copilot/update-ghe-button-label(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
Created from VS Code.