From 7c8c5425dd79360b8877040d5441d7f3be9b765b Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 28 Feb 2022 01:58:39 -0500 Subject: [PATCH] Hides changes annotations on GitHub --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 84a8870..a2f4abc 100644 --- a/package.json +++ b/package.json @@ -6189,7 +6189,7 @@ }, { "command": "gitlens.toggleFileChanges", - "when": "gitlens:activeFileStatus =~ /blameable/" + "when": "gitlens:activeFileStatus =~ /blameable/ && !gitlens:hasVirtualFolders" }, { "command": "gitlens.toggleFileChangesOnly", @@ -7651,7 +7651,7 @@ }, { "command": "gitlens.toggleFileChanges", - "when": "config.gitlens.fileAnnotations.command == changes && gitlens:activeFileStatus =~ /blameable/ && !gitlens:annotationStatus && config.gitlens.menus.editorGroup.blame", + "when": "config.gitlens.fileAnnotations.command == changes && gitlens:activeFileStatus =~ /blameable/ && !gitlens:hasVirtualFolders && !gitlens:annotationStatus && config.gitlens.menus.editorGroup.blame", "group": "navigation@100", "alt": "gitlens.toggleFileBlame" }, @@ -9987,7 +9987,7 @@ }, { "command": "gitlens.toggleFileChanges", - "when": "gitlens:activeFileStatus =~ /blameable/", + "when": "gitlens:activeFileStatus =~ /blameable/ && !gitlens:hasVirtualFolders", "group": "2_gitlens@3" } ],