Skip to content

Instantly share code, notes, and snippets.

@intellectronica
Created September 6, 2025 06:17
Show Gist options
  • Save intellectronica/69b823ad8664f632ded11b31a2aeac15 to your computer and use it in GitHub Desktop.
Save intellectronica/69b823ad8664f632ded11b31a2aeac15 to your computer and use it in GitHub Desktop.
VSCode Keybinding for cycling through Copilot Chat Agent models
[
{
"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