소스 검색

Fixes publish showing up on remote branches

main
Eric Amodio 4 년 전
부모
커밋
aca81f63c4
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 1
- 0
CHANGELOG.md 파일 보기

@ -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 파일 보기

@ -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
불러오는 중...
취소
저장