Adds catch to blameLine to avoid strange issues

Removes Git: from all the commands
Removes unused enricher
This commit is contained in:
Eric Amodio
2016-09-21 09:46:29 -04:00
parent 7a4dcae8c7
commit b047fbc394
4 changed files with 16 additions and 103 deletions

View File

@@ -145,32 +145,32 @@
},
"commands": [{
"command": "gitlens.diffWithPrevious",
"title": "Git: Open Diff with Previous Commit",
"title": "Open Diff with Previous Commit",
"category": "GitLens"
},
{
"command": "gitlens.diffWithWorking",
"title": "Git: Open Diff with Working Tree",
"title": "Open Diff with Working Tree",
"category": "GitLens"
},
{
"command": "gitlens.showBlame",
"title": "Git: Show Blame",
"title": "Show Git Blame Annotations",
"category": "GitLens"
},
{
"command": "gitlens.toggleBlame",
"title": "Git: Toggle Blame",
"title": "Toggle Git Blame Annotations",
"category": "GitLens"
},
{
"command": "gitlens.toggleCodeLens",
"title": "Git: Toggle CodeLens",
"title": "Toggle Git CodeLens",
"category": "GitLens"
},
{
"command": "gitlens.showBlameHistory",
"title": "Git: Open Blame History",
"title": "Open Git Blame History",
"category": "GitLens"
}],
"menus": {