Report better errors in project.json/sysroot
This commit is contained in:
@@ -109,7 +109,7 @@ impl GlobalState {
|
||||
)
|
||||
}
|
||||
LinkedProject::InlineJsonProject(it) => {
|
||||
Ok(project_model::ProjectWorkspace::Json { project: it.clone() })
|
||||
project_model::ProjectWorkspace::load_inline(it.clone())
|
||||
}
|
||||
})
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
Reference in New Issue
Block a user