Skip to content

Releases: microsoft/vscode-pull-request-github

0.156.0

Choose a tag to compare

@alexr00 alexr00 released this 07 Jul 13:57
1ba5095

0.156.0

Fixes

  • Attestation commit shows poorly on web. #8816
  • PR shows green checkmark for ready to commit even though branch protection policy is not met yet (review pending). #8813
  • Link to an issue doesn't work. #8774

Thank You

0.154.0

Choose a tag to compare

@alexr00 alexr00 released this 07 Jul 09:52
0333142

0.154.0

Changes

  • Back off polling for pull request updates when no changes are found, reducing unnecessary requests.

0.152.0

Choose a tag to compare

@alexr00 alexr00 released this 01 Jul 09:10
00c5f14

0.152.0

Fixes

  • Upload file renders on top of text in the input. #8776

0.150.0

Choose a tag to compare

@alexr00 alexr00 released this 17 Jun 10:36
7ef467d

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

Choose a tag to compare

@alexr00 alexr00 released this 17 Jun 10:36
af9b5cf

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

Choose a tag to compare

@alexr00 alexr00 released this 17 Jun 10:35
f2eceac

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

Choose a tag to compare

@alexr00 alexr00 released this 17 Jun 10:34
11c6f88

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

Choose a tag to compare

@alexr00 alexr00 released this 12 May 10:40
3c1a13e

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

Choose a tag to compare

@alexr00 alexr00 released this 28 Apr 14:18
82f3710

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

Choose a tag to compare

@alexr00 alexr00 released this 28 Apr 14:17
ede9d88

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