mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
Update IDE integration context toggle shortcut to ctrl+G (#6245)
This commit is contained in:
@@ -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) │
|
||||
|
||||
Reference in New Issue
Block a user