Describe the bug
Starting from v1.0.49, when launching the external editor (ctrl + g), the external editor started missing keystrokes.
This seems to happen to every second keystroke, but also sometimes a bit more sporadic.
I'm using vim as the $EDITOR
I reverted to v1.0.48 and ran it with --no-auto-update, issue disappeared.
Affected version
1.0.49
Steps to reproduce the behavior
- launch copilot cli
- hit
ctrl + g
- try typing something
Expected behavior
Everything I type would appear in the editor.
Additional context
- Running in WSL linux
- Issue reproduced in a few environments:
- vscode terminal
- Windows Terminal
- tmux inside windows terminal
Describe the bug
Starting from v1.0.49, when launching the external editor (ctrl + g), the external editor started missing keystrokes.
This seems to happen to every second keystroke, but also sometimes a bit more sporadic.
I'm using vim as the
$EDITORI reverted to v1.0.48 and ran it with
--no-auto-update, issue disappeared.Affected version
1.0.49
Steps to reproduce the behavior
ctrl + gExpected behavior
Everything I type would appear in the editor.
Additional context