From 8822ad45f27829eb9fc16a1610d5d59bd44f0f6b Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Fri, 10 Jan 2025 10:56:46 +0100 Subject: [PATCH] zeta: Fix completions not being marked as rated Seems like #22171 accidentally removed this line. Now it's back and completions are marked as rated again. --- crates/zeta/src/zeta.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/zeta/src/zeta.rs b/crates/zeta/src/zeta.rs index a3c6b2928b6a87..bcd638aa126a98 100644 --- a/crates/zeta/src/zeta.rs +++ b/crates/zeta/src/zeta.rs @@ -733,6 +733,7 @@ and then another feedback: String, cx: &mut ModelContext, ) { + self.rated_completions.insert(completion.id); telemetry::event!( "Inline Completion Rated", rating,