-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Ctrl+C not working in "Open in Command Prompt" window #20798
Comments
To clarify, you're launching an external |
Exactly |
Strange, I can't repro on Windows 10. Is there anything special about your setup? Are you on Windows Insiders or do you have vscode settings that might affect this? |
It's working on my Laptop currently (also standard Win 10), I have to
try it again on my other machine tomorrow. Will report back.
|
I just tested it on my other machine and can reproduce it. I don't have any relevant settings in vs code. I'm on the Anniversary Update version of Win 10. Another difference is that the vscode launched prompt is 32 bits, which for example means I can't run "bash" for some reason ( "'bash' is not recognized as an internal or external command, operable program or batch file.") When I set Another fact: When I use the integrated terminal in vs code (the powershell one) then I can ctrl+c without problems. I tried changing EDIT: Still weird that it doesn't happen on my laptop. |
Having the same problem. Only seems to be an issue when using "Open in Command Prompt" from VSCode- and only sporadically. Sometimes Ctrl-C kills the process, sometimes it doesn't. In my case it's firebase serve that will still run even after Ctrl-C. But sometimes Ctrl-C does kill it as it should. |
Cannot repro on Windows 10, if you have a ny more details to help reproduce please share. Please make sure you're on the latest version of Windows 10. |
I have same problem only if I open VSCode from console using |
Duplicate #25195 |
Steps to Reproduce:
When I do the same with a cmd window opened from outside VS Code then everything works as expected.
Related to #9347?
The text was updated successfully, but these errors were encountered: