Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gitlens-17.3.4.vsix | 2025-08-11 | 7.7 MB | |
README.md | 2025-08-11 | 1.1 kB | |
v17.3.4 source code.tar.gz | 2025-08-11 | 43.5 MB | |
v17.3.4 source code.zip | 2025-08-11 | 44.3 MB | |
Totals: 4 Items | 95.5 MB | 6 |
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