From e98a08ef0fe2b52dc6f0510b34f3d643ea93bae6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Jun 2026 08:08:37 +0000 Subject: [PATCH 1/2] Initial plan From e4e5a2736aba00dadde92ba26f545c5fd7317d68 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Jun 2026 08:16:13 +0000 Subject: [PATCH 2/2] fix: add missing wasm theme gutter field --- crates/ui/src/highlighter/wasm_stub.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/ui/src/highlighter/wasm_stub.rs b/crates/ui/src/highlighter/wasm_stub.rs index 037dc5002c..7aced8533c 100644 --- a/crates/ui/src/highlighter/wasm_stub.rs +++ b/crates/ui/src/highlighter/wasm_stub.rs @@ -240,6 +240,8 @@ pub struct HighlightThemeStyle { pub editor_line_number: Option, pub editor_active_line_number: Option, pub editor_invisible: Option, + #[serde(rename = "editor.gutter.background")] + pub editor_gutter_background: Option, #[serde(flatten)] pub status: StatusColors, #[serde(rename = "syntax")]