From 64a318041e68be1cd5cca7a88ef1f87fa15c9c28 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 21 Aug 2023 09:50:45 -0700 Subject: refactor: :children_crossing: change debug shortcut to cmd+shift+r --- extension/package.json | 4 ++-- extension/react-app/src/components/Layout.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'extension') diff --git a/extension/package.json b/extension/package.json index 2bff4de2..2479602f 100644 --- a/extension/package.json +++ b/extension/package.json @@ -126,8 +126,8 @@ }, { "command": "continue.debugTerminal", - "mac": "cmd+d", - "key": "ctrl+d" + "mac": "cmd+shift+r", + "key": "ctrl+shift+r" } ], "menus": { diff --git a/extension/react-app/src/components/Layout.tsx b/extension/react-app/src/components/Layout.tsx index eee92ff7..cec3f8e1 100644 --- a/extension/react-app/src/components/Layout.tsx +++ b/extension/react-app/src/components/Layout.tsx @@ -150,7 +150,7 @@ const Layout = () => { onMouseEnter={() => { dispatch( setBottomMessage( - "🎁 New Feature: Use ⌘D automatically debug errors in the terminal" + "🎁 New Feature: Use ⌘⇧R automatically debug errors in the terminal" ) ); }} -- cgit v1.2.3-70-g09d2