Vscode Gitlens: v17.3.4 Release

Release date:
August 11, 2025
Previous version:
v17.3.3 (released July 28, 2025)
Magnitude:
825 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v17.3.4

eamodio

Directory Browser for v17.3.4

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

Release Notes Published

Added

  • Improves the experience when using multiple repositories or worktrees within a single workspace
    • Adds a new header row to GitLens views to allow for repository/worktree filtering -- allows switching between showing all repos/worktrees in a tree (current behavior) or focusing on a single repository or worktree
    • Adds new icons to more easily differentiate between repositories and worktrees quick picks and views
    • Improves the repository quick pick by visually grouping repositories and worktrees
    • Reduces the churn during worktree discovery when the new git.detectWorktrees VS Code setting is enabled
    • Avoids flashing/blanking out of the Commit Graph during the same worktree discovery

Fixed

  • Fixes a caching issue when certain Git commands fail causing no data to be displayed until cache expires or the window is reloaded
  • Fixes some edge case issues with navigating to the previous line change in the editor
  • Fixes an issue when using the Paste Copied Changes (Patch) with multiple repositories or worktrees opened