mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Merge pull request #182904 from microsoft/merogge/pty-kill
revert change to terminal process kill signal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user