Skip to content

Releases: microsoft/vscode-pull-request-github

0.150.0

17 Jun 10:36
7ef467d

Choose a tag to compare

0.150.0

Fixes

  • New PR title doesn't match behavior on github.com. #8771
  • PRs not shown in panel when workspace folder is a manually-created git worktree. #8756

0.148.0

17 Jun 10:36
af9b5cf

Choose a tag to compare

0.148.0

Changes

  • Contribute YAML schema validation for GitHub issue template files under .github/ISSUE_TEMPLATE/.

Fixes

  • Comments panel discards <img> alt attribute, renders "Image: image". #8760
  • Merge button shows a separator even when there are no extra options. #8759
  • URI handler rejects PR URLs with underscores in the owner name. #8758
  • PR description is reset if the branch push fails. #8678

Thank You

0.146.0

17 Jun 10:35
f2eceac

Choose a tag to compare

0.146.0

Changes

  • Trim Co-authored-by lines from the default PR description.

Fixes

  • "Bad credentials" error persists even after re-authenticating via browser. #8738
  • Comment shows twice in diff editor. #8736
  • Upload button overlays cursor / text in comment editor. #8735
  • Branches tracking a shared upstream incorrectly associated with stale closed PRs. #8676

0.144.0

17 Jun 10:34
11c6f88

Choose a tag to compare

0.144.0

Changes

  • Support uploading images to pull requests with a button and with paste.

Use paste to upload an image

  • Use a more descriptive folder name when checking out pull requests in a worktree.
  • "githubIssues.issueBranchTitle" now supports the ${issueType} template variable.

Fixes

  • VS Code hangs with "the upstream ref origin/master for branch master is not a github repo". #8729
  • getAssignableUsers and getMentionableUsers bypass globalState cache when fetch promise already exists. #8669
  • Bad Credentials error. #8603

Thank You

  • @MaxDNG: Re-parent pulled-up directory children to ensure proper checkbox refresh PR #8679

0.142.0

12 May 10:40
3c1a13e

Choose a tag to compare

0.142.0

Changes

  • Display linked issue(s) in the Pull Request Overview.
  • Clean up GitHub API usage to reduce unnecessary calls, errors, and generally reduce load on GitHub.

Fixes

  • Issue sorting has different behavior for CLI created issues. #8703
  • Checked checkboxes (- [x]) are visually indistinguishable from unchecked ones. #8671

Thank You

0.140.0

28 Apr 14:18
82f3710

Choose a tag to compare

0.140.0

Changes

  • New "Checkout Pull Request in Worktree" option added to the Pull Requests view context menu and the PR description view.

Fixes

  • hasBranch called with repository name (pr.base.name) instead of branch name (pr.base.ref) in reviewManager.ts. #8668

Thank You

0.138.0

28 Apr 14:17
ede9d88

Choose a tag to compare

0.138.0

Fixes

  • Extension does not show all PR checks. #8640
  • File-scoped comment fails with "Error: File has been deleted". #8641
  • PR made without the UI is not linked to the existing branch. #8643

0.136.0

28 Apr 14:17
f170165

Choose a tag to compare

0.136.0

Changes

  • Add tool to create pull requests.
  • Add tool to resolve review comments.
  • Offer to delete worktrees from the clean up command.
  • Include line numbers in "Apply suggestion using AI" context for code review comments.

Fixes

  • Resolving comments doesn't update state on server. #8649
  • PR description filled differently than on github.com. #8630
  • Can't checkout PR locally when already on the same branch. #8624
  • Parent folder checkbox not auto-checked when all children are marked as viewed. #8584
  • Escape file names in processed links.

0.134.0

28 Apr 14:16
0e08073

Choose a tag to compare

0.134.0

Changes

  • Branch names in the create PR view are now cached for faster target branch loading.
  • GitHub permalink links in PR and issue overview webviews now open the corresponding local file when the file exists in the workspace.

Fixes

  • Selecting a target branch when creating a PR is sometimes broken. #8627
  • "Apply suggestion using AI" for code comment reviews results in a redundant disclaimer suffix. #8605

Thank You

0.132.2

25 Mar 14:32
9a721c2

Choose a tag to compare

0.132.2

Fixes

  • Button missing rounded corners on one side. #8609