mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03: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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |