Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.80.0
- OS Version: Windows 10
Steps to Reproduce:
- Enable terminal.integrated.sendKeybindingsToShell
- Focus terminal and press alt and any arrow key
I used fish_key_reader
to see what the terminal is sending:
- vscode terminal
- alt+left:
\e\[1\;5D
- ctrl+left:
\e\[1\;5D
- alt+left:
- windows terminal, gnome terminal, etc
- alt+left:
\e\[1\;3D
- ctrl+left:
\e\[1\;5D
- alt+left:
Tried searching through the options and old issues, but couldn't find anything to resolve it
Metadata
Metadata
Assignees
Labels
Request for new features or functionalityPatch has been released in VS Code InsidersRelating to typing in the terminal not doing the right thing, IMEs not working, etc.Issue identified as 'upstream' component related (exists outside of VS Code)The underlying upstream issue has been fixedThis is an upstream issue that has been reported upstream