From c021958ae893a9683352ba99e5c6301e38331492 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Fri, 18 Aug 2023 10:10:25 -0700 Subject: fix: :bug: fix keyboard shortcut for debugging --- extension/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extension/package.json') diff --git a/extension/package.json b/extension/package.json index 388d9b97..3cc5dc26 100644 --- a/extension/package.json +++ b/extension/package.json @@ -125,8 +125,8 @@ }, { "command": "continue.debugTerminal", - "mac": "alt+cmd+d", - "key": "alt+ctrl+d" + "mac": "cmd+d", + "key": "ctrl+d" } ], "menus": { -- cgit v1.2.3-70-g09d2