Skip to content

0.66.0

Compare
Choose a tag to compare
@alexr00 alexr00 released this 09 Jun 07:47
· 802 commits to main since this release
68cf7c5

0.66.0

Changes

  • We show the same welcome view as the git extension when you open a subfolder of a git repository.

Git subfolder welcome view

  • Improved performance of extension activation, particularly for multi-repo workspaces
  • There are two new actions for viewing diffs of checked out PRs: Compare Base With Pull Request Head (readonly) and Compare Pull Request Head with Local. These actions are available from the PR changes context menu.

Compare changes with commands location

  • The new setting "githubPullRequests.pullPullRequestBranchBeforeCheckout" can be used to turn off pulling a previously checked out PR branch when checking out that same branch again.

Fixes

  • Bad/missing error handling when creating PR can lead to being rate limited. #4848
  • My vscode workspace sometimes shows a PR from vscode-cpptools. #4842
  • Improper @mentions in comments. #4810
  • Duplicated issues in tree. #4781
  • Element with id Local Pull Request Brancheshttps... is already registered. #4642

Thank You