Support gentle terminate for the target process
Open
Debugger
Feature Request
OmniSharp
Triaged
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 737
- Avg merge
- 17h 56m
- Merged PRs (30d)
- 21
Description
In addition to the option to simply kill the debug process, please consider using a kill signal for processes that are not paused.
This will allow them to execute cleanup code and dispose things properly. With any luck this will also resolve the mystery of accumulating node processes on Windows for `dotnet new react` projects.
You can always force terminate after a timeout for things that don't honour the signal.
Contributor guide
Assessment
This issue has not been assessed yet.