Skip to content

Commit 87cdf49

Browse files
committed
Fixes toggle blame command when clause
1 parent 0b33fba commit 87cdf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,7 @@
18981898
{
18991899
"command": "gitlens.toggleFileBlame",
19001900
"key": "alt+b",
1901-
"when": "editorTextFocus && gitlens:isTracked"
1901+
"when": "editorTextFocus && gitlens:isBlameable"
19021902
},
19031903
{
19041904
"command": "gitlens.toggleCodeLens",

0 commit comments

Comments
 (0)