From f796584fca7250f4d7e4ab19eee3ae99cfa5ffc5 Mon Sep 17 00:00:00 2001 From: Dima Ershov Date: Fri, 17 Oct 2025 16:28:40 +0300 Subject: [PATCH] Fix typo in configuration setting for auto-accept delay in chat edits --- docs/copilot/chat/copilot-edits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/copilot/chat/copilot-edits.md b/docs/copilot/chat/copilot-edits.md index f2fc6c0bd8..909f876d80 100644 --- a/docs/copilot/chat/copilot-edits.md +++ b/docs/copilot/chat/copilot-edits.md @@ -78,7 +78,7 @@ If you stage your changes in the Source Control view, any pending edits are auto When you close VS Code, the status of the pending edits is remembered and restored when you reopen VS Code. -To automatically accept all the suggested edits after a specific delay, configure the `setting(chat.editing.autoAccept)` setting. By hovering over the editor overlay controls, you can cancel the auto-accept countdown. If you automatically accept all edits, it's recommended to still review the changes before committing them in source control. +To automatically accept all the suggested edits after a specific delay, configure the `setting(chat.editing.autoAcceptDelay)` setting. By hovering over the editor overlay controls, you can cancel the auto-accept countdown. If you automatically accept all edits, it's recommended to still review the changes before committing them in source control. ## Manage file edit approvals