Describe the bug
When I press Crtl+S after entering a command (ls for instance), instead of running the command Copilot CLI just display / with autocomplete for slash commands.
Affected version
GitHub Copilot CLI 1.0.25.
Steps to reproduce the behavior
- Open GitHub Copilot CLI using copilot
- Type
ls and then press Ctrl+S
- The text disappear and you can see the
/ symbol with autocompletion for slash commands
Expected behavior
I was expecting the command ls to be run in the terminal.
Additional context
- Operation System Windows
- Shell : PowerShell
- Keyboard : French (azerty)
Describe the bug
When I press Crtl+S after entering a command (
lsfor instance), instead of running the command Copilot CLI just display/with autocomplete for slash commands.Affected version
GitHub Copilot CLI 1.0.25.
Steps to reproduce the behavior
lsand then pressCtrl+S/symbol with autocompletion for slash commandsExpected behavior
I was expecting the command ls to be run in the terminal.
Additional context