Skip to content

tsc is not resposive to ctrl-c #63856

Description

When you run tsc and attempt to interrupt a build it does not respond instead it just complets the build

This is because typescript-go installs signal handlers to propagate sigterm and sigint to the context.Context object

However this is not always threaded all the way through the build

I prepared microsoft/typescript-go#4592 to fix this, but the fix is non-trivial

Alternatively should we just not install signal handlers and let normal behavior proceed?

Metadata

Metadata

Labels

Needs InvestigationThis issue needs a team member to investigate its status.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions