ZIm/crates/zed/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
..
languages Match progress token's prefix to detect disk-based diagnostic progress 2022-10-25 11:35:59 +02:00
feedback.rs Permanent fix to repeat MouseRegion Tag failure in Workspace 2022-09-11 15:34:10 -07:00
languages.rs Add Buffer::language_at, update MultiBuffer to use it 2022-09-28 12:32:04 -07:00
main.rs Restored chat_panel, just in case 2022-10-19 11:42:29 -07:00
menus.rs Merge remote-tracking branch 'origin/main' into room 2022-10-10 15:43:38 +02:00
paths.rs Merge pull request #1773 from zed-industries/rusqlite 2022-10-18 16:11:54 -07:00
test.rs Remove AppState from workspace actions 2022-05-19 14:37:26 -07:00
zed.rs Add action to move active item into the dock 2022-10-24 23:30:35 -07:00