0.66.0
0.66.0
Changes
- We show the same welcome view as the git extension when you open a subfolder of a git repository.
- 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.
- 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
- @kabel (Kevin Abel): Simplify
AuthProvider
enum PR #4779 - @SKPG-Tech (Salvijus K.): Add missing index in template PR #4822
- @unknovvn (Andzej Korovacki): Use git setting to fetch before checkout in checkoutExistingPullRequestBranch PR #4759