Browse Source

Removes ellipsis from commands

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

+ 3
- 3
package.json View File

@ -3645,17 +3645,17 @@
},
{
"command": "gitlens.plus.hide",
"title": "Hide GitLens+ Features...",
"title": "Hide GitLens+ Features",
"category": "GitLens+"
},
{
"command": "gitlens.plus.restore",
"title": "Restore GitLens+ Features...",
"title": "Restore GitLens+ Features",
"category": "GitLens+"
},
{
"command": "gitlens.plus.reset",
"title": "Reset...",
"title": "Reset",
"category": "GitLens+"
},
{

Loading…
Cancel
Save