Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Blame Github's Pull RequestNew to Visual Studio Code? Get it now.
Blame Github's Pull Request

Blame Github's Pull Request

tejanium

|
1,067 installs
| (3) | Free
Blame and open Github's associated PR.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Blame Github's Pull Request

CI GitHub release Open VSX Visual Studio Marketplace Installs

Features

Open Github's associated PR by guessing the PR's ID from the commit message or asking GitHub via your VS Code GitHub sign-in.

To activate, enter these commands in the Command Palette:

  • blame-pr.open: Open and view Github Pull Request on your browser on the selected line.

  • blame-pr.toggleStatusbar: Display commit message info in the status bar, click to activate blame-pr.open.

Extension Settings

  • blame-pr.useOAuth: Use GitHub OAuth (via VS Code auth). If false, only public data is used.
  • blame-pr.enablePrefetch: Enable cursor-based prefetching for instant toolbar responses. Prefetches PR data when you dwell on a line.

Development

Requires Bun and Node 24 (see .node-version).

bun install
bun run check      # typecheck, lint, format check, tests
bun run compile    # bundle to dist/
bun run package    # build the .vsix

Releasing

Push a v* tag. The release workflow builds the .vsix, attaches it to a GitHub release, and publishes to the VS Code Marketplace when VSCE_PAT is set and to Open VSX when OVSX_PAT is set. Both are repository secrets.

Open VSX needs the tejanium namespace created once, with a token from your Open VSX profile:

bunx ovsx create-namespace tejanium -p <token>

Press F5 in VS Code to launch the extension in a development host.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft