zed/crates/recent_projects
Filipe Azevedo 4325520064
recent_projects: Fix remote reconnect when server is not running (#49834)
Closes https://github.com/zed-industries/zed/issues/49363

When an existing remote workspace's connection is dead (e.g. the server
died and reconnect failed, leaving the client in `ServerNotRunning`
state), `remote_connection()` returns `None`. Previously this caused an
error dialog, blocking reconnection — the user had to manually switch to
another project and back to recover.

Now the code falls through to establish a fresh connection instead,
matching the previous behavior where clicking "Reconnect" would just
work.

Release Notes:

- Fixed remote reconnect failing with an error when the server is not
running, now establishes a fresh connection instead.
2026-02-23 12:39:56 +01:00
..
src recent_projects: Fix remote reconnect when server is not running (#49834) 2026-02-23 12:39:56 +01:00
Cargo.toml workspace: Group recent projects by date (#49414) 2026-02-17 23:30:28 +00:00
LICENSE-GPL