Skip to content

Commit 6f23894

Browse files
committed
Fix editor settings deserialization in editor2
1 parent 8bd02fd commit 6f23894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/editor2/src/editor_settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub struct EditorSettingsContent {
4747
pub use_on_type_format: Option<bool>,
4848
pub scrollbar: Option<ScrollbarContent>,
4949
pub relative_line_numbers: Option<bool>,
50-
pub seed_search_query_from_selection: Option<SeedQuerySetting>,
50+
pub seed_search_query_from_cursor: Option<SeedQuerySetting>,
5151
}
5252

5353
#[derive(Copy, Clone, Debug, Serialize, Deserialize, JsonSchema, PartialEq, Eq)]

0 commit comments

Comments
 (0)