Bug
Ctrl+T is documented in /help as "toggle model reasoning display", but pressing it in the Sessions Insiders UI (VS Code-based) has no effect.
Steps to reproduce
- Open Copilot CLI in Sessions Insiders (VS Code)
- Remove any conflicting VS Code keybindings for Ctrl+T (e.g., "Go to Symbol in Workspace")
- Focus the terminal and press Ctrl+T
- Nothing happens. No reasoning/thinking output is toggled.
Expected behavior
Pressing Ctrl+T should toggle model reasoning display, as documented in /help.
Environment
- Sessions Insiders (VS Code-based terminal)
- Extension:
github.copilot-chat-0.42.2026032501
- OS: Windows
Notes
- The keypress likely never reaches the CLI process because the VS Code terminal layer intercepts or drops it, even after removing known conflicting keybindings.
- Consider adding a slash command equivalent (e.g.,
/reasoning or /thinking) that would work regardless of terminal keybinding conflicts.
Bug
Ctrl+Tis documented in/helpas "toggle model reasoning display", but pressing it in the Sessions Insiders UI (VS Code-based) has no effect.Steps to reproduce
Expected behavior
Pressing Ctrl+T should toggle model reasoning display, as documented in
/help.Environment
github.copilot-chat-0.42.2026032501Notes
/reasoningor/thinking) that would work regardless of terminal keybinding conflicts.