Skip to content

Prevent the Active Pull Request view from disappearing - #8878

Draft
Alex Ross (alexr00) with Copilot wants to merge 6 commits into
mainfrom
copilot/fix-github-pull-request-icon-disappearance
Draft

Prevent the Active Pull Request view from disappearing#8878
Alex Ross (alexr00) with Copilot wants to merge 6 commits into
mainfrom
copilot/fix-github-pull-request-icon-disappearance

Conversation

Copilot AI commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

The Active Pull Request view could disappear when branch resolution selected a newer merged PR or when virtual repositories could not persist PR metadata.

  • PR selection

    • Keep explicitly checked-out PRs authoritative for their local branch.
    • Prefer open PRs over newer merged or closed PRs.
  • Polling resilience

    • Re-resolve missing metadata for active PRs.
    • Preserve the active view when refresh fails transiently on an unchanged branch.
  • Regression coverage

    • Cover explicit checkout, stacked PR selection, and non-persistent metadata scenarios.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI and others added 5 commits August 6, 2026 08:43
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix disappearing GitHub pull request icon in VS Code toolbar Prevent the Active Pull Request view from disappearing Aug 6, 2026
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 pull request icon keep disappearing from the vscode tool bar (left pane)

2 participants