zed/crates/language_tools
John Tur bd72484994
Potentially fix hang when opening LSP menu (#49046)
It is maybe possible that, if a process's parent dies, the PID can be
reused by a different process. This could cause an infinite loop in
`is_descendant_of`. To fix this, break out of the loop when a cycle is
detected.

- [ ] Tests or screenshots needed?
- [X] Code Reviewed
- [X] Manual QA

Release Notes:

- N/A

---------

Co-authored-by: Eric Holk <eric@zed.dev>
2026-02-12 17:55:36 +00:00
..
src Potentially fix hang when opening LSP menu (#49046) 2026-02-12 17:55:36 +00:00
Cargo.toml Add telemetry for toolbar menu open events (#48225) 2026-02-04 16:26:13 -05:00
LICENSE-GPL