Browse Source

Renames view layout options

main
Eric Amodio 7 years ago
parent
commit
0485fc72f5
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      package.json

+ 6
- 6
package.json View File

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

Loading…
Cancel
Save