瀏覽代碼

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"
},
{

Loading…
取消
儲存