Skip to content

0.128.0

Latest

Choose a tag to compare

@alexr00 alexr00 released this 05 Feb 09:19
299e8a3

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