diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index da99dc45001548627317c3d2133859860a971a47..386e51340fd7288cbafbc831bc64751393f5cf37 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -23989,6 +23989,7 @@ impl Editor { } jsx_tag_auto_close::refresh_enabled_in_any_buffer(self, multibuffer, cx); cx.emit(EditorEvent::Reparsed(*buffer_id)); + self.update_edit_prediction_settings(cx); cx.notify(); } multi_buffer::Event::DirtyChanged => cx.emit(EditorEvent::DirtyChanged),