瀏覽代碼

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",

Loading…
取消
儲存