ReleaseMicrosoftMicrosoftpublished Nov 13, 2025seen Jun 26

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

microsoft/vscode-pull-request-github

Open original ↗

Captured source

source ↗
published Nov 13, 2025seen Jun 26captured 1whttp 200method plain

0.122.0

Repository: microsoft/vscode-pull-request-github

Tag: v0.122.0

Published: 2025-11-13T11:32:37Z

Prerelease: no

Release notes:

0.122.0

Changes

  • Auto-generated PR descriptions (via githubPullRequests.pullRequestDescription) will respect the repository PR template if there is one.
  • Icons in the Pull Requests view now render with codicons instead of Unicode characters.
  • Drafts in the Pull Requests view now render in italics instead of having a [DRAFT] prefix.

![Pull Requests view showing codicon labels and italic draft PR titles](./documentation/changelog/0.122.0/pr-labels.png)

  • Emoji completions for :smile: style emojis are now available in review comments.

![Emoji completions in review comments](./documentation/changelog/0.122.0/emoji-completions.gif)

![Markdown alerts in review comments](./documentation/changelog/0.122.0/markdown-alerts.png)

  • Opening an empty commit from a pull request webview shows an editor with a message instead of showing a notification.
  • Pull requests can be opened from from a url, for example: vscode-insiders://github.vscode-pull-request-github/checkout-pull-request?uri=https://github.com/microsoft/vscode-css-languageservice/pull/460
  • Icons are up-to-date with VS Code's latest icons.
  • If you start a review and want to cancel it, there's now a "Cancel Review" button in the pull request webview.

![Cancel review button](./documentation/changelog/0.122.0/cancel-review.png)

Fixes

  • Reactions to code comments are not showing up (Web). https://github.com/microsoft/vscode-pull-request-github/issues/2195
  • Editing a comment freezes VS Code. https://github.com/microsoft/vscode/issues/274455
  • Github Pull Request tab won't open if branch names are reused. https://github.com/microsoft/vscode-pull-request-github/issues/8007
  • Icons are misaligned. https://github.com/microsoft/vscode-pull-request-github/issues/7998
  • "Git is not installed or otherwise not available" even though it is. https://github.com/microsoft/vscode-pull-request-github/issues/5454

_Thank You_