-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Return key produces ANSI escape codes ^[[13u in Terminal #302524
Copy link
Copy link
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugterminal-inputRelating to typing in the terminal not doing the right thing, IMEs not working, etc.Relating to typing in the terminal not doing the right thing, IMEs not working, etc.terminal-shell-fishAn issue in the terminal specific to fish, including shell integrationAn issue in the terminal specific to fish, including shell integration
Description
On macOS using the fish shell, some terminal interactive prompts which require the user to hit the return key produce ANSI escape sequences instead of the desired "enter" result.
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.111.0
- OS Version: macOS, Darwin arm64 24.6.0
Steps to Reproduce:
- Launch VS Code without extensions from user terminal:
code --disable-extensions . - Open the VS Code Terminal and make a new text file:
touch test.txt - Attempt to delete the file interactively:
rm -i test.txt
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugterminal-inputRelating to typing in the terminal not doing the right thing, IMEs not working, etc.Relating to typing in the terminal not doing the right thing, IMEs not working, etc.terminal-shell-fishAn issue in the terminal specific to fish, including shell integrationAn issue in the terminal specific to fish, including shell integration