ソースを参照

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",
"key": "escape",
"when": "gitlens:key:escape"
"when": "gitlens:key:escape && editorTextFocus && !findWidgetVisible && !renameInputVisible && !suggestWidgetVisible && !isInEmbeddedEditor"
},
{
"command": "gitlens.toggleFileBlame",

読み込み中…
キャンセル
保存