diff --git a/package.json b/package.json index c570899..f3ca596 100644 --- a/package.json +++ b/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/" },