Quellcode durchsuchen

Removes ellipsis from commands

main
Eric Amodio vor 2 Jahren
Ursprung
Commit
ad8205a2f5
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. +3
    -3
      package.json

+ 3
- 3
package.json Datei anzeigen

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

Laden…
Abbrechen
Speichern