Skip to content

0.88.0

Compare
Choose a tag to compare
@alexr00 alexr00 released this 02 May 15:50
· 15 commits to main since this release
8e78405

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.

    Accessibility help dialog

  • All review action buttons will show in the Active Pull Request sidebar view when there's enough space.

    Show all review actions in sidebar

Fixes

  • Show some loading indicator when switching PR descriptions. #5954
  • Many ripgrep. #5923
  • The icon for un-resolve is too close to undo. #5868
  • PR order does not match multi-root order anymore. #5789
  • Handle renamed files. #5767