Created
September 6, 2025 06:17
-
-
Save intellectronica/69b823ad8664f632ded11b31a2aeac15 to your computer and use it in GitHub Desktop.
VSCode Keybinding for cycling through Copilot Chat Agent models
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"key": "tab", | |
"command": "workbench.action.chat.switchToNextModel", | |
"when": "chatInputHasFocus && chatIsEnabled && !lockedToCodingAgent && !quickChatHasFocus && chatLocation == 'panel'" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment