소스 검색

Removes checkout from branches node

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

+ 1
- 1
package.json 파일 보기

@ -4254,7 +4254,7 @@
},
{
"command": "gitlens.views.checkout",
"when": "!gitlens:readonly && viewItem =~ /gitlens:branch/",
"when": "!gitlens:readonly && viewItem =~ /gitlens:branch\\b/",
"group": "inline@10"
},
{

불러오는 중...
취소
저장