소스 검색

Disables the repositories view by default

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

+ 1
- 1
package.json 파일 보기

@ -1871,7 +1871,7 @@
},
"gitlens.views.repositories.enabled": {
"type": "boolean",
"default": true,
"default": false,
"markdownDescription": "Specifies whether to show the _Repositories_ view",
"scope": "window"
},

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