mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-07 01:35:36 -05:00
Adds show commit details to context menu
This commit is contained in:
@@ -440,6 +440,11 @@
|
|||||||
"when": "editorTextFocus && config.gitlens.menus.diff.enabled && config.git.enabled",
|
"when": "editorTextFocus && config.gitlens.menus.diff.enabled && config.git.enabled",
|
||||||
"group": "1_gitlens@2"
|
"group": "1_gitlens@2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "gitlens.showQuickCommitDetails",
|
||||||
|
"when": "editorTextFocus && config.git.enabled",
|
||||||
|
"group": "1_gitlens@3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "gitlens.toggleBlame",
|
"command": "gitlens.toggleBlame",
|
||||||
"when": "editorTextFocus && config.git.enabled",
|
"when": "editorTextFocus && config.git.enabled",
|
||||||
|
|||||||
Reference in New Issue
Block a user