From d3202aec3a5a28fb0d519a6a2fd9ede5f4bd1516 Mon Sep 17 00:00:00 2001 From: Oz Date: Mon, 20 Jul 2026 17:10:37 +0000 Subject: [PATCH] docs: document code.editor.auto_save setting 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 --- src/content/docs/terminal/settings/all-settings.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/terminal/settings/all-settings.mdx b/src/content/docs/terminal/settings/all-settings.mdx index 1c544a8f..b4b026a7 100644 --- a/src/content/docs/terminal/settings/all-settings.mdx +++ b/src/content/docs/terminal/settings/all-settings.mdx @@ -378,6 +378,7 @@ Settings for Warp's built-in code editor, file handling, and codebase indexing. * `show_hidden_files` — Whether hidden files (dotfiles) are shown in the project explorer. Type: boolean. Default: `true`. * `use_warp_as_default_editor` — Whether Warp is used as the default code editor. Type: boolean. Default: `false`. * `format_on_save` — Whether the language server automatically formats the file on save. Other LSP features (hover, go-to-definition, references, diagnostics) are unaffected. Type: boolean. Default: `true`. +* `auto_save` — Whether the Warp text editor automatically saves changes as you type and when the editor loses focus. Type: boolean. Default: `false`. ### Indexing