Skip to content

0.124.0

Latest

Choose a tag to compare

@alexr00 alexr00 released this 17 Dec 17:13
· 59 commits to main since this release
19bdd2c

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 title as implicit context in Chat

  • Pull request and issue context can also be manually added to Chat from the "Add Context" menu.

Explicit Chat context

  • Single button for marking Copilot pull requests as ready for review, approved, and automerge (if enabled).

Single button to mark Copilot pull requests

  • 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