Preps v4.1.1

This commit is contained in:
Eric Amodio
2017-06-13 03:21:49 -04:00
parent 0eb6026a82
commit 9b908e27ba
2 changed files with 14 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "4.1.0",
"version": "4.1.1",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"
@@ -801,7 +801,11 @@
{
"command": "gitlens.toggleFileRecentChanges",
"title": "Toggle Recent File Changes Annotations",
"category": "GitLens"
"category": "GitLens",
"icon": {
"dark": "images/dark/git-icon.svg",
"light": "images/light/git-icon.svg"
}
},
{
"command": "gitlens.toggleLineBlame",
@@ -1118,6 +1122,7 @@
"editor/title": [
{
"command": "gitlens.toggleFileBlame",
"alt": "gitlens.toggleFileRecentChanges",
"when": "gitlens:isBlameable && config.gitlens.advanced.menus.editorTitle.blame",
"group": "navigation@100"
},