pub const FS_DONE_CONFLICT: u8 = 11;Expand description
A precondition failed (CAS mismatch, create-exclusive on an existing
path, conditional remove on a changed file). On CONFLICT,
FS_DONE.hash carries the current on-disk hash so the client rebases
without a round trip. Added in lsp’s 10 WARMING extension style.