Skip to content

Releases: microsoft/vscode-pull-request-github

0.162.0

Choose a tag to compare

@alexr00 alexr00 released this 29 Jul 09:11
b0ff780

0.162.0

Changes

  • Confirm before discarding pull request creation with unsaved changes. This can be disabled with the "githubPullRequests.showCreatePullRequestCancelConfirmation" setting.

Thank You

0.160.0

Choose a tag to compare

@alexr00 alexr00 released this 29 Jul 09:10
a3004a0

Changes

  • Added a "githubIssues.issueCompletionFormatEditor" setting to control the format of issue completions in the editor, mirroring the existing "githubIssues.issueCompletionFormatScm" setting. It defaults to ${issueNumberLabel}, which inserts only the issue number (e.g. #421) so that GitHub's auto-close references keep working.

Fixes

  • "Delete local branches" is showing branches that have already been deleted. #8815

0.158.0

Choose a tag to compare

@alexr00 alexr00 released this 22 Jul 10:07
827bf56

0.158.0

Changes

  • Display verified badges for commits in the pull request timeline.
  • Adopt the updated chat context API.

Fixes

  • Correctly account for required approving reviews when determining whether a pull request is ready to merge.

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