From 87cdf498ae7ce7a679a3e4f6dcf86ff5d1d82429 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 6 Oct 2017 12:52:55 -0400 Subject: [PATCH] Fixes toggle blame command when clause --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 711d2fc..aaa053b 100644 --- a/package.json +++ b/package.json @@ -1898,7 +1898,7 @@ { "command": "gitlens.toggleFileBlame", "key": "alt+b", - "when": "editorTextFocus && gitlens:isTracked" + "when": "editorTextFocus && gitlens:isBlameable" }, { "command": "gitlens.toggleCodeLens",