From cb6c6f62e890c4832d920db2918279d11927ba2d Mon Sep 17 00:00:00 2001 From: Ramin Tadayon Date: Wed, 8 Nov 2023 10:40:38 -0700 Subject: [PATCH] Allows patch preview in empty workspace --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d0fb73..441d45b 100644 --- a/package.json +++ b/package.json @@ -15371,7 +15371,7 @@ "type": "webview", "id": "gitlens.views.patchDetails", "name": "Patch", - "when": "!gitlens:disabled && config.gitlens.cloudPatches.enabled && gitlens:views:patchDetails:mode", + "when": "!gitlens:untrusted && config.gitlens.cloudPatches.enabled && gitlens:views:patchDetails:mode", "contextualTitle": "GL", "icon": "$(gitlens-commit-view)", "initialSize": 24