zed/crates/lsp
Max Brunsfeld 9a97588f79 Eliminate RwLock around LanguageServer's outbound message channel
We observed a deadlock when quitting zed. The main thread was attempting
to acquire a write lock to this outbound message sender. We weren't able
to understand exactly how this occurred, but we removed the use of a
lock there, so this shouldn't happen anymore.

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
2022-02-25 10:04:57 -08:00
..
src Eliminate RwLock around LanguageServer's outbound message channel 2022-02-25 10:04:57 -08:00
Cargo.toml Reduce logging in lsp tests 2022-02-11 16:37:50 -08:00