zed/crates/language/src
Antonio Scandurra f9e0899e58 Fix divergence bug when peer reconnects reusing a prior replica id
We forgot to observe the footprint of the reconnecting replica's prior
undos into the local clock. This could cause the replica to generate
edits with a version strictly smaller than what other peers may have
observed. As such, those peers would think they had already seen those
edits and skip them.
2022-04-11 13:17:47 +02:00
..
buffer.rs Avoid maintaining indent size as state on buffers 2022-04-06 10:22:29 -07:00
diagnostic_set.rs Provide diagnostic context to codeAction 2022-03-31 15:39:52 -07:00
highlight_map.rs Start on text highlight support 2022-03-09 20:51:35 -07:00
language.rs dynamically inject theme names and language properties into schema 2022-04-07 18:15:02 -07:00
outline.rs Add buffer method for getting the symbols containing a position 2022-03-15 14:04:58 -07:00
proto.rs Start work on updating editors's scroll positions when following 2022-03-18 12:56:20 -07:00
tests.rs Fix divergence bug when peer reconnects reusing a prior replica id 2022-04-11 13:17:47 +02:00