From 28d20d0c32780790fe9d8d09bb2be78d37b7ae70 Mon Sep 17 00:00:00 2001 From: Joyce Er Date: Wed, 18 Dec 2024 10:37:48 -0800 Subject: [PATCH] docs: remove deprecated setting (#7877) --- docs/copilot/copilot-edits.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/copilot/copilot-edits.md b/docs/copilot/copilot-edits.md index 4b3b0ba971..77a11a73c9 100644 --- a/docs/copilot/copilot-edits.md +++ b/docs/copilot/copilot-edits.md @@ -14,8 +14,6 @@ Use Copilot Edits to start an AI-powered code editing session where you can quic Copilot Edits is great for iterating on large changes across multiple files. It brings the conversational flow of Copilot Chat and fast feedback from Inline Chat together in one experience. Have an ongoing, multi-turn chat conversation on the side, while benefiting from inline code suggestions. -You can enable the Copilot Edits feature by setting the `setting(github.copilot.chat.edits.enabled)` setting to `true`. - The following video shows how you can use Copilot Edits to modify a basic Express app and add a new page, implement a navigation bar, and modify the design to include a theme switcher.