settings ui: Fix debugger step granularity setting (#43686)
Closes https://github.com/zed-industries/zed/issues/43549 Release Notes: - N/A
This commit is contained in:
@@ -4442,7 +4442,7 @@ pub(crate) fn settings_data(cx: &App) -> Vec<SettingsPage> {
|
||||
title: "Stepping Granularity",
|
||||
description: "Determines the stepping granularity for debug operations.",
|
||||
field: Box::new(SettingField {
|
||||
json_path: Some("agent.default_height"),
|
||||
json_path: Some("debugger.stepping_granularity"),
|
||||
pick: |settings_content| {
|
||||
settings_content
|
||||
.debugger
|
||||
|
||||
Reference in New Issue
Block a user