瀏覽代碼

Hides commands that should be when disabled

main
Eric Amodio 3 年之前
父節點
當前提交
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/"
},

Loading…
取消
儲存