Adds show last quick pick command

This commit is contained in:
Eric Amodio
2017-03-20 12:05:45 -04:00
parent d53caa2137
commit a5d1d74d7b
10 changed files with 101 additions and 35 deletions

View File

@@ -418,6 +418,11 @@
"title": "Open File History Explorer",
"category": "GitLens"
},
{
"command": "gitlens.showLastQuickPick",
"title": "Show Last Opened Quick Pick",
"category": "GitLens"
},
{
"command": "gitlens.showQuickCommitDetails",
"title": "Show Commit Details",
@@ -514,6 +519,10 @@
"command": "gitlens.showFileHistory",
"when": "gitlens:enabled"
},
{
"command": "gitlens.showLastQuickPick",
"when": "gitlens:enabled"
},
{
"command": "gitlens.showQuickCommitDetails",
"when": "gitlens:enabled && gitlens:isBlameable"
@@ -694,6 +703,12 @@
"mac": "alt+shift+b",
"when": "editorTextFocus && gitlens:enabled && gitlens:canToggleCodeLens"
},
{
"command": "gitlens.showLastQuickPick",
"key": "alt+-",
"mac": "alt+-",
"when": "gitlens:enabled"
},
{
"command": "gitlens.showQuickFileHistory",
"key": "alt+h",