zed/crates/project
Antonio Scandurra 5eb1719ab8 Re-send worktree if reconnecting while initial scan isn't finished yet
Previously, if the client was disconnected while the initial worktree
state was being sent, it would not see the remaining state after reconnecting.
This was due to `scan_id` and `completed_scan_id` both being initialized to
`0`, so the client would ask for updates since `0` and get nothing.

This commit changes the worktree to initialize `scan_id` to `1` and
`completed_scan_id` to `0`, so that we get the full worktree again on reconnect.
2023-04-11 17:15:43 +02:00
..
src Re-send worktree if reconnecting while initial scan isn't finished yet 2023-04-11 17:15:43 +02:00
Cargo.toml Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00