Explorar el Código

Fixes wrong setting used to control menu commands

main
Eric Amodio hace 7 años
padre
commit
3f7058bd48
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      package.json

+ 2
- 2
package.json Ver fichero

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

Cargando…
Cancelar
Guardar