Files
oak-gpui/crates
Smit Barmase e4e3409952 extension_host: Fix SSH reconnect breaks language server (#32457)
Closes #29032

This PR fixes an issue where reconnecting to SSH Remote would result in
a broken language server.

This was caused by SSH clients not registering because the `ssh_clients`
map would still contain an entry from a previously killed SSH server.
For fix, now we also check if its value has been dropped.

Release Notes:

- Fixed issue where reconnecting to SSH Remote would result in broken
code completions and diagnostics.
2025-06-10 19:45:57 +05:30
..
2025-06-09 18:07:22 +00:00
2025-06-05 12:59:22 +00:00
2025-06-09 16:11:24 -06:00
2025-06-02 21:24:08 +00:00
2025-06-09 16:11:24 -06:00
2025-05-29 15:20:58 -04:00
2025-06-09 16:51:36 +05:30