v4.4.0-beta
Pre-release
Pre-release
Added
- Adds a progress indicator to the
Toggle File Blame Annotations
command (gitlens.toggleFileBlame
) icon -- pulses while annotations are computed - Adds an active state to the
Toggle File Blame Annotations
command (gitlens.toggleFileBlame
) icon -- turns orange while the annotations are visible - Adds automatic disabling of the current line blame annotations when starting a debug session and will restore them when the debug session ends -- can still be manually toggled via the
Toggle Line Blame Annotations
command (gitlens.toggleLineBlame
)
Changed
- Changes chat links from Gitter to Slack
- Changes the look of the line separators on the gutter blame annotations
- Changes the
gitlens.advanced.toggleWhitespace.enabled
configuration setting to default tofalse
-- as this should no longer be required
Removed
- Removes unneeded
gitlens.stashExplorer.enabled
configuration setting since users can add or remove custom views natively now - Removes unneeded
Toggle Git Stashed Explorer
command (gitlens.stashExplorer.toggle
) since users can add or remove custom views natively now - Removes the
gitlens.theme.annotations.file.hover.separateLines
configuration setting
Fixed
- Fixes jumpiness when opening a diff to a certain line