Releases: microsoft/vscode-pull-request-github
Releases · microsoft/vscode-pull-request-github
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
0.142.0
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
- @mohamedamara1: Display linked issue(s) from the PR Overview PR #6835
0.140.0
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
hasBranchcalled with repository name (pr.base.name) instead of branch name (pr.base.ref) inreviewManager.ts. #8668
Thank You
0.138.0
0.136.0
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
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
- @Daniel-Aaron-Bloom: Link to local file for permalinks in webview PR #8583
