mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-11-09 21:56:34 +03:00
Don't leave debugged programs running
This commit is contained in:
parent
56bddb12f8
commit
7087558918
@ -124,8 +124,7 @@ impl Client {
|
|||||||
.stdin(Stdio::null())
|
.stdin(Stdio::null())
|
||||||
.stdout(Stdio::null())
|
.stdout(Stdio::null())
|
||||||
.stderr(Stdio::null())
|
.stderr(Stdio::null())
|
||||||
// make sure the process is reaped on drop
|
// Do not kill debug adapter when leaving, it should exit automatically
|
||||||
.kill_on_drop(true)
|
|
||||||
.spawn()?;
|
.spawn()?;
|
||||||
|
|
||||||
// Wait for adapter to become ready for connection
|
// Wait for adapter to become ready for connection
|
||||||
|
Loading…
Reference in New Issue
Block a user