diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 69b9158c31a7279b2222dd150e2fbbd4f8268224..fb3d76d3440fa874194d82089064563f3d7e9a69 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -19842,6 +19842,7 @@ impl Editor { self.tasks_update_task = Some(self.refresh_runnables(window, cx)); self.update_edit_prediction_settings(cx); self.refresh_inline_completion(true, false, window, cx); + self.refresh_inline_values(cx); self.refresh_inlay_hints( InlayHintRefreshReason::SettingsChange(inlay_hint_settings( self.selections.newest_anchor().head(),