Vscode Gitlens: v15.6.1 Release

Release date:
October 14, 2024
Previous version:
v15.6.0 (released October 8, 2024)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in v15.6.1

Could not determine top contributors for this release.

Directory Browser for v15.6.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Fixed

  • Fixes #3650 - "Create & Switch to Local Branch" from remote branch no longer prefills local branch name to match remote branch name
  • Fixes #3651 - "Open on Remote (Web)" does not use tracked branch name
  • Fixes #3657 - Creating a worktree from within a worktree chooses the wrong path
  • Fixes #3090 - Manually created empty bare clone repositories in a trusted directory crash worktree view since LocalGitProvider.findRepositoryUri returns just ".git" — thanks to PR #3092 by Dawn Hwang (@hwangh95)
  • Fixes #3667 - Makes Launchpad search by repo name
  • Fixes failure to prompt to delete the branch after deleting a worktree when a modal was shown (e.g. when prompting for force)
  • Fixes issues when git fails to delete the worktree folder on Windows