소스 검색

Renames view layout options

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

+ 6
- 6
package.json 파일 보기

@ -1502,17 +1502,17 @@
},
{
"command": "gitlens.gitExplorer.setFilesLayoutToAuto",
"title": "Show Files in Automatic View",
"title": "Automatic Layout",
"category": "GitLens"
},
{
"command": "gitlens.gitExplorer.setFilesLayoutToList",
"title": "Show Files in List View",
"title": "List Layout",
"category": "GitLens"
},
{
"command": "gitlens.gitExplorer.setFilesLayoutToTree",
"title": "Show Files in Tree View",
"title": "Tree Layout",
"category": "GitLens"
},
{
@ -1573,17 +1573,17 @@
},
{
"command": "gitlens.resultsExplorer.setFilesLayoutToAuto",
"title": "Show Files in Automatic View",
"title": "Automatic Layout",
"category": "GitLens"
},
{
"command": "gitlens.resultsExplorer.setFilesLayoutToList",
"title": "Show Files in List View",
"title": "List Layout",
"category": "GitLens"
},
{
"command": "gitlens.resultsExplorer.setFilesLayoutToTree",
"title": "Show Files in Tree View",
"title": "Tree Layout",
"category": "GitLens"
},
{

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