zed/crates/project
Thorsten Ball 90a12f5564
ssh remoting: Do not double-register LspAdapters (#18132)
This fixes the bug with hover tooltips appearing multiple times.

Turns out everytime we receive the `CreateLanguageServer` message we'd
add a new adapter but only have a single server running for all of them.

And we send a `CreateLanguageServer` message everytime you open a
buffer.

What this does is to only add a new adapter if it hasn't already been
registered, which is also what we do locally.


Release Notes:

- N/A
2024-09-20 14:35:45 +02:00
..
src ssh remoting: Do not double-register LspAdapters (#18132) 2024-09-20 14:35:45 +02:00
Cargo.toml windows: Fix popup window when using external command (#15547) 2024-08-28 19:58:50 -07:00
LICENSE-GPL