Skip to content
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

fix: external terminal not registering Ctrl+C with .NET Core #201020

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

connor4312
Copy link
Member

Best I can tell, start eats process interrupt signals, even though we
don't pass /b which is documented to request this behavior. So
instead, in the year 2024, launch using the windows terminal instead of
it exists on the system to sidestep this issue.

Fixes #81322

Best I can tell, `start` eats process interrupt signals, even though we
don't pass `/b` which is documented to request this behavior. So
instead, in the year 2024, launch using the windows terminal instead of
it exists on the system to sidestep this issue.

Fixes #81322
@connor4312 connor4312 enabled auto-merge (squash) December 15, 2023 21:20
@connor4312 connor4312 self-assigned this Dec 15, 2023
@VSCodeTriageBot VSCodeTriageBot added this to the December / January 2024 milestone Dec 15, 2023
@connor4312 connor4312 merged commit 9af00bd into main Dec 15, 2023
7 checks passed
@connor4312 connor4312 deleted the connor4312/issue81322 branch December 15, 2023 21:34
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

External terminal not registering Ctrl+C with .NET Core
3 participants