github gitkraken/vscode-gitlens v5.6.0

latest releases: v14.9.1, v14.9.0, v14.8.2...
6 years ago

Added

  • Adds changes (diff) hover annotation support to both the gutter and hover file blame annotations
  • Adds gitlens.annotations.file.gutter.hover.changes setting to specify whether or not to provide a changes (diff) hover annotation over the gutter blame annotations
  • Adds gitlens.annotations.file.hover.details setting to specify whether or not to provide a commit details hover annotation over each line
  • Adds gitlens.annotations.file.hover.changes setting to specify whether or not to provide a changes (diff) hover annotation over each line

Changed

  • Changes gitlens.codeLens.customLocationSymbols setting to both include and exclude (using a ! prefix) symbols and therefore is always applied

Removed

  • Removes Custom from the gitlens.codeLens.locations setting as it wasn't really required
  • Removes properties (symbol Property) from being included in the Blocks option of the gitlens.codeLens.locations setting -- can be easily re-added by setting "gitlens.codeLens.customLocationSymbols": [ "Property" ] if desired
  • Removes gitlens.annotations.file.hover.wholeLine setting as it didn't really make sense

Fixed

  • Fixes issue where changing gitlens.blame.file.annotationType wouldn't correctly update the blame annotations if they were currently active
  • Fixes issue where isBlameable context could be set incorrectly leading to blame icon showing up on invalid documents

Don't miss a new vscode-gitlens release

NewReleases is sending notifications on new releases.