Browse Source

Allows patch preview in empty workspace

main
Ramin Tadayon 1 year ago
parent
commit
cb6c6f62e8
No known key found for this signature in database GPG Key ID: 79D60DDE3DFB95F5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -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

Loading…
Cancel
Save