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

@@ -49,7 +49,7 @@ export const ContextSummaryDisplay: React.FC<ContextSummaryDisplayProps> = ({
}
return `${openFileCount} open file${
openFileCount > 1 ? 's' : ''
} (ctrl+e to view)`;
} (ctrl+g to view)`;
})();
const geminiMdText = (() => {