Sfoglia il codice sorgente

Allows patch preview in empty workspace

main
Ramin Tadayon 1 anno fa
parent
commit
cb6c6f62e8
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 79D60DDE3DFB95F5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      package.json

+ 1
- 1
package.json Vedi 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

Caricamento…
Annulla
Salva