Store diagnostic summaries on worktrees
This commit is contained in:
parent
6ab795c629
commit
fe571f1d70
3 changed files with 50 additions and 11 deletions
|
@ -15,7 +15,7 @@ impl ProjectDiagnostics {
|
|||
cx: &mut ViewContext<Self>,
|
||||
) -> Self {
|
||||
let mut buffer = cx.add_model(|cx| MultiBuffer::new(project.read(cx).replica_id(cx)));
|
||||
for diagnostic_summary in project.read(cx).diagnostic_summaries(cx) {
|
||||
for (project_path, diagnostic_summary) in project.read(cx).diagnostic_summaries(cx) {
|
||||
//
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue