v4.4.0-beta
Pre-release
Pre-release
Added
- Adds a progress indicator to the
Toggle File Blame Annotationscommand (gitlens.toggleFileBlame) icon -- pulses while annotations are computed - Adds an active state to the
Toggle File Blame Annotationscommand (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 Annotationscommand (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.enabledconfiguration setting to default tofalse-- as this should no longer be required
Removed
- Removes unneeded
gitlens.stashExplorer.enabledconfiguration setting since users can add or remove custom views natively now - Removes unneeded
Toggle Git Stashed Explorercommand (gitlens.stashExplorer.toggle) since users can add or remove custom views natively now - Removes the
gitlens.theme.annotations.file.hover.separateLinesconfiguration setting
Fixed
- Fixes jumpiness when opening a diff to a certain line