Переглянути джерело

Fixes escape when clause

main
Eric Amodio 7 роки тому
джерело
коміт
9dfed28e39
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      package.json

+ 1
- 1
package.json Переглянути файл

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

Завантаження…
Відмінити
Зберегти