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:
@@ -528,7 +528,7 @@ describe('App UI', () => {
|
||||
);
|
||||
currentUnmount = unmount;
|
||||
await Promise.resolve();
|
||||
expect(lastFrame()).toContain('1 open file (ctrl+e to view)');
|
||||
expect(lastFrame()).toContain('1 open file (ctrl+g to view)');
|
||||
});
|
||||
|
||||
it('should not display any files when not available', async () => {
|
||||
@@ -583,7 +583,7 @@ describe('App UI', () => {
|
||||
);
|
||||
currentUnmount = unmount;
|
||||
await Promise.resolve();
|
||||
expect(lastFrame()).toContain('3 open files (ctrl+e to view)');
|
||||
expect(lastFrame()).toContain('3 open files (ctrl+g to view)');
|
||||
});
|
||||
|
||||
it('should display active file and other context', async () => {
|
||||
@@ -612,7 +612,7 @@ describe('App UI', () => {
|
||||
currentUnmount = unmount;
|
||||
await Promise.resolve();
|
||||
expect(lastFrame()).toContain(
|
||||
'Using: 1 open file (ctrl+e to view) | 1 GEMINI.md file',
|
||||
'Using: 1 open file (ctrl+g to view) | 1 GEMINI.md file',
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user