From 5c42f8c02ae50c13c759123491b99db8470e52bd Mon Sep 17 00:00:00 2001 From: Dima Ershov Date: Fri, 17 Oct 2025 18:03:35 +0300 Subject: [PATCH] Fix typo in chat-agent-mode.md for auto-accept delay setting --- docs/copilot/chat/chat-agent-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/copilot/chat/chat-agent-mode.md b/docs/copilot/chat/chat-agent-mode.md index 74bf24615a..eb26b7af91 100644 --- a/docs/copilot/chat/chat-agent-mode.md +++ b/docs/copilot/chat/chat-agent-mode.md @@ -284,7 +284,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