Procházet zdrojové kódy

Renames view layout options

main
Eric Amodio před 6 roky
rodič
revize
0485fc72f5
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. +6
    -6
      package.json

+ 6
- 6
package.json Zobrazit soubor

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

Načítá se…
Zrušit
Uložit