ReleaseMicrosoftMicrosoftpublished Dec 17, 2025seen Jun 26

microsoft/vscode-pull-request-github v0.124.0

microsoft/vscode-pull-request-github

Open original ↗

Captured source

source ↗
published Dec 17, 2025seen Jun 26captured 1whttp 200method plain

0.124.0

Repository: microsoft/vscode-pull-request-github

Tag: v0.124.0

Published: 2025-12-17T17:13:56Z

Prerelease: no

Release notes:

0.124.0

Changes

  • The active pull request or issue webview title is now included as implicit context when using Copilot Chat. You can click on the implicit context item to include all the PR information in your prompt.

![Pull request title as implicit context in Chat](./documentation/changelog/0.124.0/pull-request-implicit-context.png)

  • Pull request and issue context can also be manually added to Chat from the "Add Context" menu.

![Explicit Chat context](./documentation/changelog/0.124.0/explicit-chat-context.png)

  • Single button for marking Copilot pull requests as ready for review, approved, and automerge (if enabled).

![Single button to mark Copilot pull requests](./documentation/changelog/0.124.0/single-button-copilot-pr.png)

  • The "Copy link" action for individual comments shows in the pull request description webview.
  • Comments that are part of an un-submitted review (only visible to you) now show with at "comment draft" icon in the editor gutter and in the Comments view.
  • For commits where checks have run, the commit status icon now shows next to each commit in the pull request description webview.

Fixes

  • Comments don't show when PR is on non-default repo. https://github.com/microsoft/vscode-pull-request-github/issues/8050
  • ignoreSubmodules is honored differently for Pull Requests and Issues view. https://github.com/microsoft/vscode-pull-request-github/issues/7741

_Thank You_