docs: document code.editor.auto_save setting#344
Conversation
Add the code.editor.auto_save setting to the all-settings reference under [code.editor]. It controls whether the Warp text editor automatically saves changes as you type and when the editor loses focus (default false). Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR adds the missing code.editor.auto_save entry to the all-settings reference. The documented path, behavior summary, type, and default align with the source registration, and the attached spec context contains no approved or repository spec commitments to validate against.
Concerns
- No blocking concerns found.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
Summary
Documents the
code.editor.auto_savesetting, a GA setting that was missing from the all-settings reference.When enabled, the Warp text editor automatically saves file changes as you type (debounced) and when the editor loses focus. It only affects the Warp text editor, not the command line or agent input. Default:
false.Files
src/content/docs/terminal/settings/all-settings.mdx— addedauto_saveunder the[code.editor]section.Source
warp:app/src/settings/code.rs(setting registration,toml_path: "code.editor.auto_save").Validation
npm run buildpasses. Themissing_docsaudit no longer reports thecode.editor.auto_savesetting gap.Companion snapshot change ships in the separate audit-bookkeeping PR.
Conversation: https://staging.warp.dev/conversation/1a0de95c-efc7-4af6-941b-bb8c5b9c83c7
Run: https://oz.staging.warp.dev/runs/019f8078-72eb-7187-aba7-cfc11da0d5a4
This PR was generated with Oz.