zed/crates/remote_server
Thorsten Ball 1dba50f42f
ssh remoting: Fix version check (#19668)
This snuck in when Bennet and I were debugging why our connection to the
SSH host would break. We suspected that somewhere something was logging
to STDOUT and, I guess, we changed all `println!` to `eprintln!`.

Now, two weeks later, I'm sitting here, wondering why the version check
doesn't work anymore. The server always reports a version of `""`.

Turns out we take the command's STDOUT and not STDERR, which is correct.

But it also turns out we started to print the version to STDERR, which
breaks the version check.

One-character bug & one-character fix.

Release Notes:

- N/A
2024-10-24 11:37:32 +02:00
..
src ssh remoting: Fix version check (#19668) 2024-10-24 11:37:32 +02:00
build.rs
Cargo.toml ssh remoting: Daemonize server process properly by forking and closing stdio (#19544) 2024-10-22 16:36:40 +02:00
LICENSE-GPL