| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Aditya Patwardhan (@adityapatwardhan) A question: pwsh can still receive Ctrl+C after adding this handler in the shim layer, right? |
Sorry, something went wrong.
|
Dongbo Wang (@daxian-dbw) Yes, pwsh still receives the ctlr+c |
Sorry, something went wrong.
|
Thanks! |
Sorry, something went wrong.
|
🎉v7.0.0 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
|
Dropping this here to let people know this might've also fixed microsoft/vscode#86459 & microsoft/terminal#1894 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #11314
PR Summary
Global tool shim layer should not handle Ctlr+C as it does compete with the launched global tool and makes the usage of console impossible.
PR Context
PR Checklist