Skip to content

Commit 59b1a75

Browse files
authored
Fix typo in configuration setting for auto-accept delay in chat edits (#8978)
1 parent 0f2bf08 commit 59b1a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/copilot/chat/copilot-edits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If you stage your changes in the Source Control view, any pending edits are auto
7878

7979
When you close VS Code, the status of the pending edits is remembered and restored when you reopen VS Code.
8080

81-
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.
81+
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.
8282

8383
## Manage file edit approvals
8484

0 commit comments

Comments
 (0)