-
Notifications
You must be signed in to change notification settings - Fork 166
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
winpty leaks processes #129
Comments
Thanks for filing the issue. I don't know when I'll get around to working on this issue, but it's probably something that should be fixed (or at least improved). Comments:
Possible solution: winpty can determine whether the console process order is in correct order or reversed order by looking for its own PID in the process list.
|
@Tyriar this happends when the integrated terminal for powershell is active. Perhaps it is fixed in the new version. I do not run ths insider build.. |
Forked from microsoft/vscode#26807, node servers in particular don't get killed when killing the winpty agent. Grabbing the process list via
GetConsoleProcessList
and killing them manually in winpty is probably the right solution.The text was updated successfully, but these errors were encountered: