Ver a proveniência

Fixes toggle blame command when clause

main
Eric Amodio há 7 anos
ascendente
cometimento
87cdf498ae
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      package.json

+ 1
- 1
package.json Ver ficheiro

@ -1898,7 +1898,7 @@
{
"command": "gitlens.toggleFileBlame",
"key": "alt+b",
"when": "editorTextFocus && gitlens:isTracked"
"when": "editorTextFocus && gitlens:isBlameable"
},
{
"command": "gitlens.toggleCodeLens",

Carregando…
Cancelar
Guardar