Merge pull request #182904 from microsoft/merogge/pty-kill

revert change to terminal process kill signal
This commit is contained in:
Megan Rogge
2023-05-18 12:41:50 -07:00
committed by GitHub
@@ -375,7 +375,7 @@ export class TerminalProcess extends Disposable implements ITerminalChildProcess
if (this._ptyProcess) {
await this._throttleKillSpawn();
this._logService.trace('IPty#kill');
this._ptyProcess.kill(!isWindows ? 'SIGKILL' : undefined);
this._ptyProcess.kill();
}
} catch (ex) {
// Swallow, the pty has already been killed