Preps v3.6.0-beta

This commit is contained in:
Eric Amodio
2017-05-27 04:30:20 -04:00
parent 68f6ae8f3a
commit c0d5f55baa
3 changed files with 20 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ GitLens provides an unobtrusive blame annotation at the end of the selected line
#### Git Blame Annotations
- Adds a **blame annotation** to the end of the selected line showing the commit id and message, with more details in a hover popup ([optional](#extension-settings), on by default)
- Adds a **blame annotation** to the end of the selected line showing the commit id and message, with more details (including the line's previous version) in a hover popup ([optional](#extension-settings), on by default)
- Adds a `Toggle Blame Annotations` command (`gitlens.toggleBlame`) with a shortcut of `alt+b` to toggle **inline Git blame annotations** for a whole file with multiple styles — compact, expanded, and trailing
- Also adds a `Show Blame Annotations` command (`gitlens.showBlame`)