浏览代码

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

正在加载...
取消
保存