Browse Source

Fixes incorrect setting description

main
Eric Amodio 4 years ago
parent
commit
2bffdffc98
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      package.json

+ 3
- 3
package.json View File

@ -2086,10 +2086,10 @@
"tree"
],
"enumDescriptions": [
"Displays branches as a list",
"Displays branches as a tree when branch names contain slashes `/`"
"Displays tags as a list",
"Displays tags as a tree when tags names contain slashes `/`"
],
"markdownDescription": "Specifies how the _Tags_ view will display branches",
"markdownDescription": "Specifies how the _Tags_ view will display tags",
"scope": "window"
},
"gitlens.views.tags.files.compact": {

Loading…
Cancel
Save