From 798c4d1311dc9e415caf422f5eb6a7d7e65f0a7a Mon Sep 17 00:00:00 2001 From: Shreya Keshive Date: Thu, 14 Aug 2025 17:50:20 +0000 Subject: Update IDE integration context toggle shortcut to ctrl+G (#6245) --- .../ui/components/__snapshots__/IDEContextDetailDisplay.test.tsx.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/cli/src/ui/components/__snapshots__') diff --git a/packages/cli/src/ui/components/__snapshots__/IDEContextDetailDisplay.test.tsx.snap b/packages/cli/src/ui/components/__snapshots__/IDEContextDetailDisplay.test.tsx.snap index 8b84e1f3..dd659db0 100644 --- a/packages/cli/src/ui/components/__snapshots__/IDEContextDetailDisplay.test.tsx.snap +++ b/packages/cli/src/ui/components/__snapshots__/IDEContextDetailDisplay.test.tsx.snap @@ -3,7 +3,7 @@ exports[`IDEContextDetailDisplay > handles duplicate basenames by showing path hints 1`] = ` " ╭──────────────────────────────────────────────────────────────────────────────────────────────────╮ -│ VS Code Context (ctrl+e to toggle) │ +│ VS Code Context (ctrl+g to toggle) │ │ │ │ Open files: │ │ - bar.txt (/foo) (active) │ @@ -15,7 +15,7 @@ exports[`IDEContextDetailDisplay > handles duplicate basenames by showing path h exports[`IDEContextDetailDisplay > renders a list of open files with active status 1`] = ` " ╭──────────────────────────────────────────────────────────────────────────────────────────────────╮ -│ VS Code Context (ctrl+e to toggle) │ +│ VS Code Context (ctrl+g to toggle) │ │ │ │ Open files: │ │ - bar.txt (active) │ -- cgit v1.2.3