Update IDE integration context toggle shortcut to ctrl+G (#6245)

This commit is contained in:
Shreya Keshive
2025-08-14 17:50:20 +00:00
committed by GitHub
parent 2416a80e9c
commit 798c4d1311
7 changed files with 20 additions and 14 deletions

View File

@@ -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) │