zed/crates/lsp
Piotr Osiewicz e5085dfef6
lsp: explicitly drop locks in handle_input (#12276)
Due to lifetime extension rules, we were holding onto the request
handler map mutex during parsing of the request itself. This had no
grand repercussions; it only prevented registering a handler for next
request until parsing of the previous one was done.



Release Notes:

- N/A
2024-05-25 12:25:17 +02:00
..
src lsp: explicitly drop locks in handle_input (#12276) 2024-05-25 12:25:17 +02:00
Cargo.toml html: Add support for autoclosing of tags (#11761) 2024-05-20 17:00:27 +02:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00