zed/crates/remote
John Tur e49dd8ba37
Fix Zed not entering disconnected state when remote proxy dies (#47659)
When I kill the remote proxy, it seems like `ssh` exits with code -1.
Since that's less than or equal to 0, this means we don't try to restart
the connection. The proxy really shouldn't exit for any reason, so let's
get rid of this check altogether.

Release Notes:

- N/A

Co-authored-by: Lukas Wirth <me@lukaswirth.dev>
2026-01-26 15:23:35 +00:00
..
src Fix Zed not entering disconnected state when remote proxy dies (#47659) 2026-01-26 15:23:35 +00:00
Cargo.toml remote: Add build-remote-server-binary for use in benchmarks (#46451) 2026-01-09 15:36:40 +01:00
LICENSE-GPL Add the ability to edit remote directories over SSH (#14530) 2024-07-19 10:27:26 -07:00