We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1cccc5 + ddce114 commit 0168065Copy full SHA for 0168065
src/vs/platform/terminal/node/terminalProcess.ts
@@ -375,7 +375,7 @@ export class TerminalProcess extends Disposable implements ITerminalChildProcess
375
if (this._ptyProcess) {
376
await this._throttleKillSpawn();
377
this._logService.trace('IPty#kill');
378
- this._ptyProcess.kill(!isWindows ? 'SIGKILL' : undefined);
+ this._ptyProcess.kill();
379
}
380
} catch (ex) {
381
// Swallow, the pty has already been killed
0 commit comments