0.110.0
Changes
- In preparation for the release of Project Padawan, we added support for assigning to Copilot in the issue webview and @-mentioning Copilot in comments within files.
- There's a new tool and context available in Copilot chat:
#activePullRequest
. This tool gives Copilot chat information about the pull request you have currently open in a webview (or checked out if no webview is open).
- The issue webview will show when an issue is opened from the "Issues" view or from the notifications view.
-
We revisited the top level actions in the Notifications view to make it cleaner, and aligned the display of the Pull Requests view and the Issues view so that they're more consistent.
-
There's a new warning before you try to create a pull request when there's already a pull request open for the same branch.
- Pull Request webviews and issue webviews are refreshed every 60 seconds when they are the active tab.
- The default action when adding a comment in a file is now to start a review rather than submit a single comment.
- There's a new action on the Notifications view to mark all pull request notifications with "trivial" updates as done. Enable the action with
githubPullRequests.experimental.notificationsMarkPullRequests
. - Comment reactions are shown as readonly in the pull request webview (previously not shown at all).
Fixes
- Extension fails to detect PR branch when using gh co . #6378
- Extension fails to detect PR branch when using gh co - v0.109.2025040408. #6761
- Element with id All Openhttps://github.com/microsoft/vscode/pull/238345 is already registered. #6615
- Creating a new issue with keyboard only is disrupted by system dialog. #6666
- GraphQL error invalid email address when merging PRs. #6696
- Usability of PR Summarization in Chat. #6698
- deleting branch after squashing PR not working anymore since vscode 1.98.0. #6699
- Comments sometimes not resolvable. #6702
- Can't search for full name when assigning issues. #6748
- removed request for code owners. #6788
Thank You
- @kabel (Kevin Abel): Fix merge email confirmation when git config fails PR #6797
- @timrogers (Tim Rogers): When
copilot-swe-agent
is the author of a comment, render with the Copilot identity PR #6794