format_diagnostics_content(
diagnostics: WorkspaceDiagnostics,
) -> Content| Name | Type | Description |
|---|---|---|
diagnostics* | WorkspaceDiagnostics | Parsed diagnostics from a server refusal. |
Render workspace refusal diagnostics as markup-safe TUI content.
Every dynamic value (field names, allowlisted values) flows through
Content.from_markup $var substitution, so square brackets in a value
can never break Rich markup parsing.