-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running command in terminal cannot be canceled #13560
Comments
I suspect this change is responsible for the problem: https://github.com/eclipse-theia/theia/pull/13493/files#diff-9d5279a0f960f7a97475073be510df0dcff9e33cf65830eb7205eb1c7ee96caaR42 |
Turns out, this has nothing to do with the above change. There are several keybindings for |
While the above statement is true, the change in behavior is due to a different commit: https://github.com/eclipse-theia/theia/pull/13497/files#diff-549a2a9faed260a01fce0f2c2c3f3c4167d3fed2181fcd0bbc7a39b996082437R500 The "passthrough" pseudo-command has no handler and therefore is never enabled. |
Fixes eclipse-theia#13560 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]>
…13564) Fixes #13560 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]>
…13564) Fixes #13560 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]>
Bug Description:
Currently it seems like
ctrl-c
is not properly forwarded/registered on the built-in terminal. Pressing the keys does not cancel the currently running command.Steps to Reproduce:
yarn start
)ctrl-c
Additional Information
The text was updated successfully, but these errors were encountered: