From b7bd8d960000a65e88125faad591ee828f80be0e Mon Sep 17 00:00:00 2001 From: Sanjula Ganepola <32170854+SanjulaGanepola@users.noreply.github.com> Date: Mon, 24 Mar 2025 20:03:36 -0400 Subject: [PATCH] Remove default keyboard shortcut (#189) * Remove keyboard shortcut Signed-off-by: Sanjula Ganepola * Bump to 1.2.5 Signed-off-by: Sanjula Ganepola --------- Signed-off-by: Sanjula Ganepola --- package-lock.json | 4 ++-- package.json | 9 +-------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index beb8029..3168b92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-local-actions", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-local-actions", - "version": "1.2.4", + "version": "1.2.5", "license": "Apache-2.0", "dependencies": { "child_process": "^1.0.2", diff --git a/package.json b/package.json index b142274..079399f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "publisher": "SanjulaGanepola", "license": "Apache-2.0", - "version": "1.2.4", + "version": "1.2.5", "repository": { "url": "https://github.com/SanjulaGanepola/github-local-actions" }, @@ -131,13 +131,6 @@ "when": "githubLocalActions:noSettings && workspaceFolderCount > 0" } ], - "keybindings": [ - { - "command": "githubLocalActions.runWorkflow", - "key": "ctrl+g", - "mac": "cmd+g" - } - ], "commands": [ { "category": "GitHub Local Actions",