Releases: microsoft/vscode-pull-request-github
Releases · microsoft/vscode-pull-request-github
0.124.0
0.124.0
Changes
- The active pull request or issue webview title is now included as implicit context when using Copilot Chat. You can click on the implicit context item to include all the PR information in your prompt.
- Pull request and issue context can also be manually added to Chat from the "Add Context" menu.
- Single button for marking Copilot pull requests as ready for review, approved, and automerge (if enabled).
- The "Copy link" action for individual comments shows in the pull request description webview.
- Comments that are part of an un-submitted review (only visible to you) now show with at "comment draft" icon in the editor gutter and in the Comments view.
- For commits where checks have run, the commit status icon now shows next to each commit in the pull request description webview.
Fixes
- Comments don't show when PR is on non-default repo. #8050
- ignoreSubmodules is honored differently for Pull Requests and Issues view. #7741
Thank You
0.122.1
0.122.0
0.122.0
Changes
- Auto-generated PR descriptions (via
githubPullRequests.pullRequestDescription) will respect the repository PR template if there is one. - Icons in the Pull Requests view now render with codicons instead of Unicode characters.
- Drafts in the Pull Requests view now render in italics instead of having a
[DRAFT]prefix.
- Emoji completions for
:smile:style emojis are now available in review comments.
- Markdown alert syntax is now rendered in review comments.
- Opening an empty commit from a pull request webview shows an editor with a message instead of showing a notification.
- Pull requests can be opened from from a url, for example:
vscode-insiders://github.vscode-pull-request-github/checkout-pull-request?uri=https://github.com/microsoft/vscode-css-languageservice/pull/460 - Icons are up-to-date with VS Code's latest icons.
- If you start a review and want to cancel it, there's now a "Cancel Review" button in the pull request webview.
Fixes
- Reactions to code comments are not showing up (Web). #2195
- Editing a comment freezes VS Code. microsoft/vscode#274455
- Github Pull Request tab won't open if branch names are reused. #8007
- Icons are misaligned. #7998
- "Git is not installed or otherwise not available" even though it is. #5454
Thank You
- @bendrucker (Ben Drucker): Enable all LLM tools in prompts (agent mode) PR #6956
- @gerardbalaoro (Gerard Balaoro): Make branch list timeout configurable (#2840) PR #7927
- @wankun-tcj: Fix avatar display issue in Pull Request tree view PR #7851
0.120.2
0.120.1
0.120.0
0.120.0
Changes
- The
#openPullRequesttool recognizes open PR diffs and PR files as being the "open pull request". - All Copilot PR notifications can be marked as ready using the right-click context menu on the Copilot section header in the Pull Requests view.
- The setting
githubIssues.issueAvatarDisplaycan be used to control whether the first assignee's avatar or the author's avatar is shown in the Issues view. - Instead of always running the pull request queries that back the Pull Requests view when refreshing, we now check to see if there are new PRs in the repo before running the queries. This should reduce API usage when there are no new PRs.
- The "Copy link" action is back near the PR title in the pull request description webview.
- You can configure that the default branch is pulled when you're "done" with a PR using
"githubPullRequests.postDone": "checkoutDefaultBranchAndPull".
Fixes
- Unable to get list of users to assign them to a pull request. #7908
- Error notifications when using GitHub Enterprise Server. #7901
- Ignore worktrees that aren't in one of the workspace folders. #7896
- Typing "#" and then Enter or Tab opens the GitHub issue queries settings. #7838
- Unexpected branch switching when githubIssues.useBranchForIssues = off. #7827
- Extension enters rapid refresh loop, causing high API usage and rate limiting. #7816
- GitHub PR view highlights all repos with Copilot notification. #7852
- Wrong commit is checked out when local branch exists with the same name. #7702
- Visual Label not provided for "Title" and "Description" field. #7595
- VSCode unresponsive during GitHub Pull Requests PR checkout (large number of files changed). #6952
- extension explodes and kicks back out to GITHUB: LOGIN when non github repos are in working directory (specifically codeberg). #6945
0.118.2
0.118.1
0.118.0
0.118.0
Changes
- There's a new code action "Delegate to coding agent" which shows on
TODOcomments. The "to do" keywords are configurable using the existing setting ``.
- More of the new Copilot coding agent user entry points prompt for sign in if you aren't already signed in to GitHub (GitHub Copilot Coding Agent view in Chat Sessions,
#copilotCodingAgenttool, "Delegate to coding agent" button). - Some of the individual extension views used the same icon, making it difficult to distinguish between them if you drag them into their own view container. To solve this, several views use a new icon: "Pull Requests" uses
github-inverted, "Active Pull Request" tree view usesdiff-multiple, "Active Pull Request" webview view usescode-review. - The "sidebar" content (reviewers, assignees, labels, etc.) in the pull request description webview have always moved above the pull request body when the webview width is narrow. Now, it also collapses into a compact, readonly view, which can be expanded to make modifications.
- Pull request and issue webviews restore after reload.
- The new
#openPullRequesttool in Copilot Chat lets you reference the pull request currently open in a webview. The#activePullRequesttool continues to reference the pull request currently checked out. - The "Edit Query" command in the "Pull Requests" view has an option to edit the query with Copilot.
- Setting
"githubPullRequests.ignoreSubmodules": truewill cause the extension to ignore submodules when looking for pull requests. - In the "Issues" view, you can right click on an issue and "Assign to Coding Agent".
Fixes
- Only update coding agent PRs when view is open. #7643
- Chat participant not honoring selected tools and thinks they are all selected. #7637
- Red "closed" on closed issues is confusing. #7628
- github-pull-request_activePullRequest returns empty comments array. #7601
- Allows me to believe I assigned an issue on a repo where I lack that permission. #7534
- clicked comment with no contents gave weird state. #7476
- In GH PR review page, headers have redundant url content. #7509
- Spurious error when checking out a PR with untracked files. #7294
Thank You
- @krassowski (Michał Krassowski): Fix typo "will be replace" → "will be replaced" PR #7540








