Skip to content

Built-in linux terminal crashes when pasting 39-character string into nano #180257

@dcmills2

Description

@dcmills2

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.77.3
  • OS Version: Ubuntu 20.04.6

Steps to Reproduce:

  1. Launch VSCode on an Ubuntu computer (or on Windows using WSL)
  2. Enter the built-in terminal
  3. Run the command nano
  4. Copy and paste the following 39-character string into nano: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
  5. Result: nano shows the error message "Unknown Sequence". Can no longer interact with the terminal, need to kill it and open a new one

More details:

  • nano version 4.8
  • This does not happen in nano using an external terminal. Only in VSCode's built-in terminal
  • This does not happen for any other length of string, even other multiples of 39
  • This does not happen in other CLI text editors, such as vim

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsiderslinuxIssues with VS Code on Linuxterminal-inputRelating to typing in the terminal not doing the right thing, IMEs not working, etc.verifiedVerification succeeded

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions