mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02:00
By default this is `Stdio::inherit` which sends stderr from the child process to Helix. Instead we should use `Stdio::piped` which allows us to read the piped output. We can also expect that the stderr opens now (it should similarly to stdout), so that we always start a reader for stderr like the LSP client.