Revert having edit_file_tool format on save (#31403)

An unintended consequence of format on save is that we start (correctly)
informing the model that the file changed on disk every time the
formatter changes anything, which in turn can lead the model to things
like extra reads.

Until we have a solution in place to prevent this downside, we're going
back to not formatting on save by reverting
cb112a4012.

Release Notes:

- N/A
This commit is contained in:
Richard Feldman 2025-05-25 22:01:55 -04:00 committed by GitHub
parent 83af7b30eb
commit 7ceb792a58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 419 deletions

View file

@ -59,12 +59,11 @@ ui.workspace = true
util.workspace = true
web_search.workspace = true
which.workspace = true
workspace.workspace = true
workspace-hack.workspace = true
workspace.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"] }