ZIm/crates/project
Antonio Scandurra eaa6637b05 Use the entire ProjectPath to find open buffer for an LSP diagnostic
Previously, we would only compare the path relative to the worktree root, which
would cause Zed to sometimes update diagnostics on the wrong buffer. This
manifested in the project diagnostics not showing those errors/warnings while
the status bar and the tab title displayed a summary with errors/warnings.

This commit simply uses `Project::get_open_buffer` which correctly locates a
buffer with the given project path.
2022-04-19 12:06:14 +02:00
..
src Use the entire ProjectPath to find open buffer for an LSP diagnostic 2022-04-19 12:06:14 +02:00
Cargo.toml Introduce structured logging 2022-04-08 10:06:51 -06:00