zed/crates/project
Antonio Scandurra 12a286ac50 Forget buffered operations when resyncing with the host
Previously, we could end up with a situation where the host did not
see an operation but a guest that didn't have that buffer open would. When
such guest would finally open the buffer, they would apply the operation
without however sending it to the host. The guest wouldn't bother resyncing
it because it wasn't part of its open buffers.
2023-04-12 10:39:01 +02:00
..
src Forget buffered operations when resyncing with the host 2023-04-12 10:39:01 +02:00
Cargo.toml Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00