Revert "debugger: Process ANSI color escape codes in console" (#32906)

Reverts zed-industries/zed#32817

Release Notes:
- N/A
This commit is contained in:
Cole Miller
2025-06-17 22:13:12 +00:00
committed by GitHub
parent 0cda28f786
commit 2f1d25d7f3
23 changed files with 234 additions and 558 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ impl Vim {
editor.highlight_background::<HighlightOnYank>(
&ranges_to_highlight,
|theme| theme.colors().editor_document_highlight_read_background,
|colors| colors.editor_document_highlight_read_background,
cx,
);
cx.spawn(async move |this, cx| {