Adds details hover to recent changes annotations

This commit is contained in:
Eric Amodio
2017-06-11 17:43:53 -04:00
parent 7f2ec30164
commit ce98f02706
5 changed files with 41 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "4.1.0-beta",
"version": "4.1.0-beta",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"
@@ -122,10 +122,15 @@
"default": true,
"description": "Specifies whether or not to trigger hover annotations over the whole line"
},
"gitlens.annotations.file.recentChanges.hover.details": {
"type": "boolean",
"default": true,
"description": "Specifies whether or not to provide a commit details hover annotation"
},
"gitlens.annotations.file.recentChanges.hover.changes": {
"type": "boolean",
"default": true,
"description": "Specifies whether or not to provide a changes (diff) hover annotations"
"description": "Specifies whether or not to provide a changes (diff) hover annotation"
},
"gitlens.annotations.file.recentChanges.hover.wholeLine": {
"type": "boolean",