mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-03 17:25:36 -05:00
Adds show last quick pick command
This commit is contained in:
15
package.json
15
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user