Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>GitHub PR Status BarNew to Visual Studio Code? Get it now.
GitHub PR Status Bar

GitHub PR Status Bar

cimdalli

| (0) | Free
Shows the GitHub pull request number for the current branch in the status bar. Click to open the PR in your browser.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GitHub PR Status Bar

Shows the GitHub pull request number for the current branch in the VSCode status bar. Click to open the PR in your browser.

Requirements

  • GitHub CLI (gh) installed and on PATH
  • Authenticated: gh auth login

Features

  • Displays ⤴ #1234 for the current branch's PR
  • Shows ⤴ no PR when the branch has no associated PR
  • Tooltip shows PR title and state
  • Click opens the PR in your default browser
  • Polls every 30s (configurable)

Settings

Setting Default Description
ghPrStatusBar.refreshIntervalSeconds 30 How often to poll gh pr view
ghPrStatusBar.alignment left Status bar alignment (left or right)

Commands

  • GitHub PR Status Bar: Refresh — force a refresh
  • GitHub PR Status Bar: Open PR in Browser

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft