Get code compiling with some todos

This commit is contained in:
Max Brunsfeld 2021-12-23 14:21:10 -08:00
parent e3ecd87081
commit d5a17053df
9 changed files with 212 additions and 110 deletions

View file

@ -638,6 +638,7 @@ mod tests {
worktree.update(&mut cx, |worktree, cx| {
worktree
.update_diagnostic_entries(
"lsp".into(),
Arc::from("/test/main.rs".as_ref()),
None,
vec![
@ -764,6 +765,7 @@ mod tests {
worktree.update(&mut cx, |worktree, cx| {
worktree
.update_diagnostic_entries(
"lsp".into(),
Arc::from("/test/a.rs".as_ref()),
None,
vec![DiagnosticEntry {