Browse Source

Removes commit search inline action from repos

main
Eric Amodio 4 years ago
parent
commit
7648c4f74a
1 changed files with 2 additions and 7 deletions
  1. +2
    -7
      package.json

+ 2
- 7
package.json View File

@ -7216,22 +7216,17 @@
{
"command": "gitlens.views.push",
"when": "gitlens:hasRemotes && !gitlens:readonly && viewItem =~ /gitlens:repository\\b/",
"group": "inline@95",
"group": "inline@96",
"alt": "gitlens.views.pushWithForce"
},
{
"command": "gitlens.views.pull",
"when": "gitlens:hasRemotes && !gitlens:readonly && viewItem =~ /gitlens:repository\\b/",
"group": "inline@96"
"group": "inline@97"
},
{
"command": "gitlens.views.fetch",
"when": "gitlens:hasRemotes && !gitlens:readonly && viewItem =~ /gitlens:repository\\b/",
"group": "inline@97"
},
{
"command": "gitlens.showCommitSearch",
"when": "viewItem =~ /gitlens:repository\\b/",
"group": "inline@98"
},
{

Loading…
Cancel
Save