|
|
@ -1686,11 +1686,11 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleLineBlame", |
|
|
|
"when": "gitlens:activeIsBlameable" |
|
|
|
"when": "gitlens:enabled" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleCodeLens", |
|
|
|
"when": "gitlens:activeIsTracked && gitlens:canToggleCodeLens" |
|
|
|
"when": "gitlens:enabled && gitlens:canToggleCodeLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showLastQuickPick", |
|
|
@ -3083,7 +3083,7 @@ |
|
|
|
"command": "gitlens.toggleCodeLens", |
|
|
|
"key": "ctrl+shift+g shift+b", |
|
|
|
"mac": "cmd+alt+g shift+b", |
|
|
|
"when": "gitlens:keymap == chorded && editorTextFocus && gitlens:activeIsTracked && gitlens:canToggleCodeLens" |
|
|
|
"when": "gitlens:keymap == chorded && editorTextFocus && gitlens:enabled && gitlens:canToggleCodeLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showLastQuickPick", |
|
|
@ -3159,7 +3159,7 @@ |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleCodeLens", |
|
|
|
"key": "shift+alt+b", |
|
|
|
"when": "gitlens:keymap == standard && editorTextFocus && gitlens:activeIsTracked && gitlens:canToggleCodeLens" |
|
|
|
"when": "gitlens:keymap == standard && editorTextFocus && gitlens:enabled && gitlens:canToggleCodeLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showLastQuickPick", |
|
|
|