Skip to content

fix: use readable name for SCM status bar entries on GitHub.dev (#259… #260290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

hihry
Copy link
Contributor

@hihry hihry commented Aug 7, 2025

Fixes #259649

Problem

On GitHub.dev, the SCM status bar entries showed internal identifiers like status.scm.0 instead of readable labels.

Solution

Ensured the name field of each IStatusbarEntry is properly set to a readable string like Source Control: Sync or Source Control: SwitchToBranch, falling back to the command title if no repo-agnostic name is found.

This ensures GitHub.dev's status bar menu does not fall back to internal IDs as visible labels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Github.dev: SCM status entries collide with their identifier
2 participants