This commit is contained in:
Ryan Dahl 2022-01-17 18:46:16 -05:00
parent f29db8a1ae
commit fe326df0db

View File

@ -325,9 +325,8 @@ impl Inner {
let maybe_config =
crate::config_file::discover_from(&root_path, &mut checked)?;
Ok(maybe_config.map(|c| {
let s = c.specifier.clone();
lsp_log!(" Auto-resolved configuration file: \"{}\"", s);
(c, s)
lsp_log!(" Auto-resolved configuration file: \"{}\"", c.specifier);
c
}))
} else {
Ok(None)