pub fn group_by_file(
diagnostics: impl IntoIterator<Item = JsonDiagnostic>,
workspace_root: Option<&Path>,
) -> DiagnosticsByFileExpand description
Group LSP diagnostics by file path.
pub fn group_by_file(
diagnostics: impl IntoIterator<Item = JsonDiagnostic>,
workspace_root: Option<&Path>,
) -> DiagnosticsByFileGroup LSP diagnostics by file path.