Releases: microsoft/vscode-pull-request-github
0.100.3
0.100.1
0.100.0
0.100.0
Changes
This month, our focus was on integrating Copilot into GitHub Pull Requests, using the new VS Code extension API, to showcase how Copilot can be added to an extension. These features are behind several settings. To try everything out, you can set the following settings:
"githubPullRequests.experimental.chat": true
"githubPullRequests.experimental.notificationsView": true
Copilot integration
- The new
@githubpr
Chat Participant can search for issues on GitHub.
- When displaying issues,
@githubpr
will show a markdown table and try to pick the best columns to show based on the search.
- Each issue listed in the "Issues" view has a new action, "Summarize With Copilot", that will reveal the Chat panel and summarize the selected issue. We also added another action, "Fix With Copilot", that will summarize the selected issue and will use the workspace context to suggest a fix for it.
- We have added an experimental "Notifications" view that lists the user's unread notifications across repositories. By default the notifications are sorted by most recently updated descending, but you can use the "Sort by Priority using Copilot" action from the view title's
...
menu to have Copilot prioritize the notifications. Clicking on each notification trigger an action to summarize the notification using Copilot. The view also contains easily accessible action to mark a notification as read, as well as open the notification on GitHub.com.
Fixes
- Gift icon is confusing to me here. #6289
- Cannot get PR to show that is from a fork and main branch. #6267
- Summary review comment buttons do not disable while review is submitting. #6261
- Refreshing a PR doesn't refresh comments. #6252
- Adding a new Review doesn't update the Tree Control Node. #6251
- pr.markFileAsViewed doesn't update the parent nodes. #6248
- Infinite error dialogs with GH account mixup. #6245
- PRs do not refresh after changing account preferences in dropdown. #6244
- Extension should still work if only upstream requires SAML. #6159
- Checkbox likes to play Simon Says. #3972
0.98.0
0.98.0
Fixes
- Can't approve/reject PRs when in draft mode. #6174
- Disallow Make a suggestion button press if already have a suggestion in the comment. #6195
- Untracked files in GHPRI view don't have green text decoration.
- Don't show error "We couldn't find commit" on outdated comments. #1691
- Element with id xxx is already registered. #6218
- Diff Comment with HEAD button in Comments view sometimes disappears. #6157
Thank You
0.96.0
0.96.0
Changes
- Local changes to a checked-out PR can be quickly converted to suggestion comments from both the SCM view and from the diff editor context menu.
Fixes
- Use the editor font code for the diffs. #6146
- Sort shorter paths to the top. #6143
- Error git config --local branch.main.github-pr-owner-number. #6134
- The "accessibility.underlineLinks": true setting is ignored. #6122
Thank You
0.94.0
0.94.0
Changes
- You can create revert PRs from the PR description. The PR branch doesn't need to be checked out to create a revert PR.
- As a nice side effect of the enabling reverts, you can now see PRs whose branch has been deleted in the "Pull Requests" view.
- The "Open Pull Request on GitHub.com" action shows even when there are PRs from multiple repos checked out.
img
tags in code comments will now properly show the image for public repos.
Fixes
- Failed to execute git when deleting branches and remotes. #6051
- Use notification progress when deleting branches and remotes. #6050
- Sign in failed: Error: No auth flow succeeded. #6056
- Extension gets rate limited in a many-repo setup: http forbidden response when adding reviewer after creating pull request. #6042
- File can't be opened, redirects me to browser. #5827
Thank You
- @Santhoshmani1 (Santhosh Mani ): Feature : Add open pr on github from pr description node PR #6020
0.92.0
0.92.0
Changes
Fixes
0.90.0
0.90.0
Changes
- There's a new command available when a PR description is opened: GitHub Pull Requests: Focus Pull Request Description Review Input. This command will scroll the PR description to the final comment input box and focus into the input box.
Fixes
0.88.1
0.88.0
0.88.0
Changes
-
Experimental conflict resolution for non-checked out PRs is available when enabled by the hidden setting
"githubPullRequests.experimentalUpdateBranchWithGitHub": true
. This feature allows you to resolve conflicts in a PR without checking out the branch locally. The feature is still experimental and will not work in all cases. -
There's an Accessibility Help Dialog that shows when "Open Accessibility Help" is triggered from the "Pull Requests" and "Issues" views.
-
All review action buttons will show in the Active Pull Request sidebar view when there's enough space.