Have edit_file_tool
respect format_on_save
(#31047)
Release Notes: - Agents now automatically format after edits if `format_on_save` is enabled.
This commit is contained in:
parent
f3c2e71ca7
commit
cb112a4012
3 changed files with 419 additions and 3 deletions
|
@ -59,11 +59,12 @@ ui.workspace = true
|
|||
util.workspace = true
|
||||
web_search.workspace = true
|
||||
which.workspace = true
|
||||
workspace-hack.workspace = true
|
||||
workspace.workspace = true
|
||||
workspace-hack.workspace = true
|
||||
zed_llm_client.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
lsp = { workspace = true, features = ["test-support"] }
|
||||
client = { workspace = true, features = ["test-support"] }
|
||||
clock = { workspace = true, features = ["test-support"] }
|
||||
collections = { workspace = true, features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue