Releases: microsoft/vscode-pull-request-github
Releases · microsoft/vscode-pull-request-github
Release list
0.162.0
0.162.0
Changes
- Confirm before discarding pull request creation with unsaved changes. This can be disabled with the
"githubPullRequests.showCreatePullRequestCancelConfirmation"setting.
Thank You
- @Eiji-Kudo (Eiji): Fix the Files node parent in the pull request changes tree. PR #8846
0.160.0
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
0.156.0
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
- @kamil-gwozdz (kamil-gwozdz): Remove the
rateLimitselection from the MaxPullRequest GraphQL query. PR #8812
0.154.0
0.152.0
0.150.0
0.148.0
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
- @Malix-Labs: Contribute YAML schema validation for GitHub issue templates PR #8761
0.146.0
0.146.0
Changes
- Trim
Co-authored-bylines from the default PR description.
Fixes
0.144.0
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
getAssignableUsersandgetMentionableUsersbypassglobalStatecache when fetch promise already exists. #8669- Bad Credentials error. #8603
Thank You
