ZIm/crates/project/src
Antonio Scandurra 19adfdf8bb Match progress token's prefix to detect disk-based diagnostic progress
The new version of rust-analyzer changed the disk-based diagnostic token
to `rust-analyzer/checkOnSave/0`. The trailing number could be different
from 0 when there are multiple Rust projects open using the same rust-analyzer
instance.

As such, with this commit we will perform a prefix match as opposed to a strict
equality check when detecting a disk-based diagnostics progress token.
2022-10-25 11:35:59 +02:00
..
ignore.rs Use absolute paths to compute ignored status 2022-07-08 11:19:21 +02:00
lsp_command.rs Re-export basic text types from text and language crates 2022-10-12 15:48:19 -07:00
project.rs Match progress token's prefix to detect disk-based diagnostic progress 2022-10-25 11:35:59 +02:00
project_tests.rs Match progress token's prefix to detect disk-based diagnostic progress 2022-10-25 11:35:59 +02:00
search.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
worktree.rs Added absolute path info to remote worktrees (updated protocol version) 2022-10-17 15:27:46 -07:00