mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-04 01:35:37 -05:00
Adds new command to show quick commit info
This commit is contained in:
10
package.json
10
package.json
@@ -341,6 +341,11 @@
|
||||
"title": "Open File History Explorer",
|
||||
"category": "GitLens"
|
||||
},
|
||||
{
|
||||
"command": "gitlens.showQuickCommitDetails",
|
||||
"title": "Show Commit Details",
|
||||
"category": "GitLens"
|
||||
},
|
||||
{
|
||||
"command": "gitlens.showQuickFileHistory",
|
||||
"title": "Show File History",
|
||||
@@ -450,6 +455,11 @@
|
||||
"key": "shift+alt+h",
|
||||
"mac": "shift+alt+h"
|
||||
},
|
||||
{
|
||||
"command": "gitlens.showQuickCommitDetails",
|
||||
"key": "alt+c",
|
||||
"mac": "alt+c"
|
||||
},
|
||||
{
|
||||
"command": "gitlens.diffLineWithPrevious",
|
||||
"key": "alt+p",
|
||||
|
||||
Reference in New Issue
Block a user