Report progress for cargo metadata and output-dir

This commit is contained in:
Edwin Cheng
2021-01-08 01:08:46 +08:00
parent 54eb87de03
commit 2b2d699b35
5 changed files with 77 additions and 18 deletions

View File

@@ -21,6 +21,7 @@ pub fn load_cargo(
let ws = ProjectWorkspace::load(
root,
&CargoConfig { load_out_dirs_from_check, ..Default::default() },
&|_| {},
)?;
let (sender, receiver) = unbounded();