From ad8205a2f5ab993a421d6156033c63edf590330b Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 7 Mar 2022 11:50:35 -0500 Subject: [PATCH] Removes ellipsis from commands --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e5e97e5..49bd190 100644 --- a/package.json +++ b/package.json @@ -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+" }, {