Ver código fonte

Fixes escape when clause

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

+ 1
- 1
package.json Ver arquivo

@ -2857,7 +2857,7 @@
{
"command": "gitlens.key.escape",
"key": "escape",
"when": "gitlens:key:escape"
"when": "gitlens:key:escape && editorTextFocus && !findWidgetVisible && !renameInputVisible && !suggestWidgetVisible && !isInEmbeddedEditor"
},
{
"command": "gitlens.toggleFileBlame",

Carregando…
Cancelar
Salvar