Formats the complete diagnostics — metadata plus logs — for the review dialog and the clipboard.
The diagnostics snapshot.
The full report text.
export function formatDiagnostics(d: Diagnostics): string { return `${formatMetadata(d)}\n\n${formatLogs(d)}`;} Copy
export function formatDiagnostics(d: Diagnostics): string { return `${formatMetadata(d)}\n\n${formatLogs(d)}`;}
Formats the complete diagnostics — metadata plus logs — for the review dialog and the clipboard.