Releases: microsoft/vscode-pull-request-github
Releases · microsoft/vscode-pull-request-github
0.162.0
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
0.154.0
Changes
- Back off polling for pull request updates when no changes are found, reducing unnecessary requests.
0.152.0
Sorry, something went wrong.
No results found
0.152.0
Fixes
- Upload file renders on top of text in the input. #8776
0.150.0
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
0.144.0
Changes
- Support uploading images to pull requests with a button and with paste.

- 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