-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next releaseterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another labelverifiedVerification succeededVerification succeeded
Milestone
Description
Description
Hitting ctrl
+ c
with the terminal focused and a process running (i.e. yarn start
in a React app) does not kill the process.
If someone is able to provide a good starting point, I would be willing to take a stab at this.
- VSCode Version: 1.53.0-insider
- OS Version: iPadOS 14.1 (18A8395)
- Commit: 01089c0
- Date: 2021-01-07T05:25:51.740Z (16 hrs ago)
- Browser: Mozilla/5.0 (iPad; CPU OS 14_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1
Steps to Reproduce:
- On iPad, open Codespaces environment in Chrome
- Open integrated Terminal
- Start application (i.e. like a create-react-app -
yarn start
) - Focus terminal and hit
ctrl
+c
Expected
Process (yarn start
) should stop running
Actual
Terminal receives new line
IMG_0009.MP4
Does this issue occur when all extensions are disabled?: Yes
Related:
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next releaseterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another labelverifiedVerification succeededVerification succeeded