diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs index 53fbe37d7..e159cb836 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -1055,7 +1055,7 @@ impl Application { let result: Vec<_> = params .items .iter() - .filter_map(|item| { + .map(|item| { let mut config = language_server.config()?; if let Some(section) = item.section.as_ref() { // for some reason some lsps send an empty string (observed in 'vscode-eslint-language-server')