浏览代码

Hides commands that should be when disabled

main
Eric Amodio 4 年前
父节点
当前提交
5060c2cc1e
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. +8
    -0
      package.json

+ 8
- 0
package.json 查看文件

@ -5066,6 +5066,10 @@
"when": "gitlens:enabled"
},
{
"command": "gitlens.addAuthors",
"when": "gitlens:enabled"
},
{
"command": "gitlens.connectRemoteProvider",
"when": "config.gitlens.integrations.enabled && gitlens:hasRichRemotes && !gitlens:hasConnectedRemotes"
},
@ -5142,6 +5146,10 @@
"when": "gitlens:activeFileStatus =~ /blameable/ && gitlens:activeFileStatus =~ /remotes/"
},
{
"command": "gitlens.openFileFromRemote",
"when": "gitlens:enabled"
},
{
"command": "gitlens.openFileOnRemote",
"when": "gitlens:activeFileStatus =~ /tracked/ && gitlens:activeFileStatus =~ /remotes/"
},

正在加载...
取消
保存