ZIm/crates/zed
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
..
src Match progress token's prefix to detect disk-based diagnostic progress 2022-10-25 11:35:59 +02:00
app-icon.png Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
app-icon@2x.png Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
build.rs Merge pull request #1793 from zed-industries/screen-sharing 2022-10-24 16:53:05 +01:00
Cargo.toml Merge branch 'main' into screen-sharing 2022-10-21 14:29:45 +02:00