[VSCE-157] Allow Link Formatting via Markdown in System Errors

This commit is contained in:
Colin Young
2025-10-07 18:47:49 -07:00
parent abd517091f
commit 0fc0137720
9 changed files with 159 additions and 21 deletions

View File

@@ -434,6 +434,7 @@ fn error_event_produces_error() {
"e1",
EventMsg::Error(codex_core::protocol::ErrorEvent {
message: "boom".to_string(),
markdown_message: None,
}),
));
assert_eq!(
@@ -469,6 +470,7 @@ fn error_followed_by_task_complete_produces_turn_failed() {
"e1",
EventMsg::Error(ErrorEvent {
message: "boom".to_string(),
markdown_message: None,
}),
);
assert_eq!(