Ver código fonte

Fixes wrong setting used to control menu commands

main
Eric Amodio 7 anos atrás
pai
commit
3f7058bd48
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      package.json

+ 2
- 2
package.json Ver arquivo

@ -1402,12 +1402,12 @@
},
{
"command": "gitlens.openFileInRemote",
"when": "gitlens:enabled && gitlens:hasRemotes && config.gitlens.advanced.menus.editorTitleContext.remote",
"when": "gitlens:enabled && gitlens:hasRemotes && config.gitlens.advanced.menus.editorTitle.remote",
"group": "1_gitlens"
},
{
"command": "gitlens.openRepoInRemote",
"when": "gitlens:enabled && gitlens:hasRemotes && config.gitlens.advanced.menus.editorTitleContext.remote",
"when": "gitlens:enabled && gitlens:hasRemotes && config.gitlens.advanced.menus.editorTitle.remote",
"group": "1_gitlens"
},
{

Carregando…
Cancelar
Salvar