vscode-yarn
vscode-yarn copied to clipboard
Successfully killed process before the end of the process
Expected Behavior
The process should be completed fully even if it takes more time than expected
Actual Behavior
The process get killed after around 10sec of running.
Steps to Reproduce the Problem
- Run a yarn process that requires longer time to compile (ex: ng cli)
Specifications
- Version: [email protected]
- Platform: Mac OS
- Subsystem:
hmm, interesting. It should not kill the process unless otherwise instructed. I'll find a fix for this and meantime you could try setting "yarn.runInTerminal": true
. This should not kill the process since it's runs on terminal.
@R0muald I'm unable to reproduce the issue. This could happen if and only if the child process terminated with SIGTERM.
Is this still an issue?