Procházet zdrojové kódy

Hides commands that should be when disabled

main
Eric Amodio před 3 roky
rodič
revize
5060c2cc1e
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. +8
    -0
      package.json

+ 8
- 0
package.json Zobrazit soubor

@ -5066,6 +5066,10 @@
"when": "gitlens:enabled"
},
{
"command": "gitlens.addAuthors",
"when": "gitlens:enabled"
},
{
"command": "gitlens.connectRemoteProvider",
"when": "config.gitlens.integrations.enabled && gitlens:hasRichRemotes && !gitlens:hasConnectedRemotes"
},
@ -5142,6 +5146,10 @@
"when": "gitlens:activeFileStatus =~ /blameable/ && gitlens:activeFileStatus =~ /remotes/"
},
{
"command": "gitlens.openFileFromRemote",
"when": "gitlens:enabled"
},
{
"command": "gitlens.openFileOnRemote",
"when": "gitlens:activeFileStatus =~ /tracked/ && gitlens:activeFileStatus =~ /remotes/"
},

Načítá se…
Zrušit
Uložit