Ver a proveniência

Hides commands that should be when disabled

main
Eric Amodio há 3 anos
ascendente
cometimento
5060c2cc1e
1 ficheiros alterados com 8 adições e 0 eliminações
  1. +8
    -0
      package.json

+ 8
- 0
package.json Ver ficheiro

@ -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/"
},

Carregando…
Cancelar
Guardar