Releases: microsoft/vscode-pull-request-github
Releases ยท microsoft/vscode-pull-request-github
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
0.132.2
0.132.1
0.132.0
0.132.0
Changes
- When
"githubPullRequests.pullRequestDescription"is set to"branchName", the branch name is now "title-ized" (dashes and underscores replaced with spaces, words capitalized) to match the behavior on github.com. - Pull requests in the sidebar views can now show icons representing their status (open, closed, merged, draft) with the setting
"githubPullRequests.pullRequestAvatarDisplay".
Fixes
- Update with merge commit feature not working. #8553
- Avatar doesn't show in comment widget with GitHub Enterprise. #8550
- Can't easily open PR to the right. #8537
- Stale worktree repo entry persists in PR sidebar after worktree removal. #8525
- Wrong list of files when creating PR. #8457
- Element with id All Open (URL) is already registered. #8073
0.130.0
0.130.0
Changes
- Multiple PR and issue descriptions can be open at once.
- Repositories without matching issues are now hidden in the Issues view.
- The setting
githubPullRequests.autoRepositoryDetectioncan be set totrueto include repositories that are outside of the workspace.
Fixes
- GitHub Pull Requests: Refresh Chat Sessions command remains available with disableAIFeature set to true. #8376
- Share permalink as markdown on tab should use filename for link text. #4663
- "Branch does not exist locally" while rebasing. #8487
- Coding Agent UI: Closed pull requests are not detected as closed. #8482
- The "Refresh Pull Request Comments" command does not work. #8445
- Popup "delegate to agent" unremovable. #8496
- There is no indicator of what repository the PR relates to. #8174
- PR titles cropped unnecessarily. #8453
- PR tool descriptions are not user-oriented. #8510
- New "check out PR by number" is confusing. #8455
- Refreshing PR does not refresh rerun status checks. #8449
- Improve commit line break unwrapping. #8345
Thank You
- @gvilums (Georgijs): Fix PR tree reveal errors for flat file layout PR #8522
0.128.0
0.128.0
Changes
- "Apply Suggestion with Copilot" is now available from the "Comments" view, in addition to the comment widget in the editor. When run from this context, it will open the Chat view.
- When a PR branch is automatically deleted after merge, a notification is shown to inform you that the branch was deleted and you were switched to another branch.
- The issue URL in the issue webview is now copyable via the right-click context menu.
- The "Pull Request" status bar item reflects the currently selected repo when using
"scm.repositories.selectionMode": "single".
Fixes
- timelineItem nodes can be null. #8447
- Branch auto delete does not work with merge queues. #8435
- Error: we couldn't find commit. #8401
- Multi-diff button for current pull request is gone. #8387
- Do not create notifications for copilot PRs which are in progress. #8380
- Error viewing PR descriptions in ghe. #8378
- Marking a file as viewed on an older commit marks the file as viewed for all versions of the file. #8313
- Use the GH GraphQL API UpdatePullRequestBranch for pulling in updates when there are no conflicts. #8231
- "Copilot started work" should not be the same message for CCA and CCR. #8211
- "Edit Description" button does nothing when using the Create Issue From Selection command. #8184
- Avatar does not show in PR details page. #8152