Remove unused editor_model configuration option (#31492)

It seems that this configuration option is no longer used and can be
removed.


Release Notes:

- Removed unused `agent.editor_model` setting
This commit is contained in:
Ben Brandt
2025-06-03 13:50:33 +00:00
committed by GitHub
parent 854076f96d
commit 707a4c7f20
2 changed files with 0 additions and 11 deletions
-4
View File
@@ -3303,10 +3303,6 @@ Run the `theme selector: toggle` action in the command palette to see a current
"provider": "zed.dev",
"model": "claude-sonnet-4"
},
"editor_model": {
"provider": "zed.dev",
"model": "claude-sonnet-4"
},
"single_file_review": true,
}
```