ソースを参照

Fixes toggle blame command when clause

main
Eric Amodio 7年前
コミット
87cdf498ae
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      package.json

+ 1
- 1
package.json ファイルの表示

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

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