From 2820ceec9502505179067ecd4bccdf3ec5c846ac Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 22 Aug 2025 08:50:18 +0100 Subject: [PATCH] chore(command-aliases): tweak names --- settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.json b/settings.json index 90a9ad1..2a87ee1 100644 --- a/settings.json +++ b/settings.json @@ -776,11 +776,11 @@ "git.push": "gpu (Git: Push)", "git.renameBranch": "grb (Git: Rename Branch)", "git.stash": "gs (Git: Stash)", - "git.stashApply": "gas (Git: Apply Stash)", + "git.stashApply": "gas (Git: Apply Stash...)", "git.stashIncludeUntracked": "gsu (Git: Stash Include Untracked)", - "git.stashPop": "gps (Git: Pop Stash)", + "git.stashPop": "gps (Git: Pop Stash...)", "git.stashStaged": "gss (Git: Stash Staged)", - "git.stashView": "gvs (Git: View Stash)", + "git.stashView": "gvs (Git: View Stash...)", "macros.insertEmDash": "Insert Em Dash (—)", "macros.insertEnDash": "Insert En Dash (–)", "settings.cycle.commandCenter": "Toggle Command Center",