Browse Source

Adds show commit details to context menu

main
Eric Amodio 8 years ago
parent
commit
3ef538b713
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      package.json

+ 5
- 0
package.json View File

@ -441,6 +441,11 @@
"group": "1_gitlens@2"
},
{
"command": "gitlens.showQuickCommitDetails",
"when": "editorTextFocus && config.git.enabled",
"group": "1_gitlens@3"
},
{
"command": "gitlens.toggleBlame",
"when": "editorTextFocus && config.git.enabled",
"group": "2_gitlens@1"

Loading…
Cancel
Save