Start getting diagnostics sets to work with multiple servers
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
2a5c0fa5f8
commit
bb4de47b15
5 changed files with 79 additions and 21 deletions
|
@ -1866,7 +1866,7 @@ fn test_random_collaboration(cx: &mut AppContext, mut rng: StdRng) {
|
|||
buffer,
|
||||
);
|
||||
log::info!("peer {} setting diagnostics: {:?}", replica_id, diagnostics);
|
||||
buffer.update_diagnostics(diagnostics, cx);
|
||||
buffer.update_diagnostics(0, diagnostics, cx);
|
||||
});
|
||||
mutation_count -= 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue