Browse Source

Fixes publish showing up on remote branches

main
Eric Amodio 4 years ago
parent
commit
aca81f63c4
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 1
- 0
CHANGELOG.md View File

@ -34,6 +34,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Fixes [#1308](https://github.com/eamodio/vscode-gitlens/issues/1308) - Escape quotes for PRs titles
- Fixes [#1309](https://github.com/eamodio/vscode-gitlens/issues/1309) - "Fetch" not working on remote branches
- Fixes an issue where many views wouldn't refresh properly when going from no items to some items
- Fixes an issue where _Publish Branch_ was incorrectly showing up on remote branches
## [11.1.3] - 2021-01-05

+ 1
- 1
package.json View File

@ -7084,7 +7084,7 @@
},
{
"command": "gitlens.views.publishBranch",
"when": "gitlens:hasRemotes && !gitlens:readonly && viewItem =~ /gitlens:branch\b(?!.*?\b\+tracking\b)/",
"when": "gitlens:hasRemotes && !gitlens:readonly && viewItem =~ /gitlens:branch\b(?!.*?\b\+remote\b)(?!.*?\b\+tracking\b)/",
"group": "inline@8"
},
{

||||||
x
 
000:0
Loading…
Cancel
Save