debugger: Fix update inline values on settings change (#33808)

Release Notes:

- Debugger: fixed that inline values would not update (hide/show) on
settings change
This commit is contained in:
Remco Smits 2025-07-02 22:55:42 +02:00 committed by GitHub
parent 82fac9da82
commit fbc4256732
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(),