diff --git a/docs/copilot/copilot-edits.md b/docs/copilot/copilot-edits.md index 00bb3f8a5c..37e090d80b 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`. - > [!TIP] > If you don't yet have a Copilot subscription, you can use Copilot for free by signing up for the [Copilot Free plan](https://github.com/github-copilot/signup) and get a monthly limit of completions and chat interactions. @@ -159,7 +157,6 @@ After moving a chat request to Copilot Edits, the chat request is removed from t The following list contains the settings related to Copilot Edits. You can configure settings through the Setting editor (`kb(workbench.action.openSettings)`). -* `setting(github.copilot.chat.edits.enabled)` - enable or disable Copilot Edits * `setting(chat.editing.confirmEditRequestRemoval)` - ask for confirmation before undoing an edit (default: `true`) * `setting(chat.editing.confirmEditRequestRetry)` - ask for confirmation before performing a redo of the last edit (default: `true`) * `setting(chat.editing.alwaysSaveWithGeneratedChanges)` - automatically save generated changes from Copilot Edits to disk (default: `false`) diff --git a/docs/copilot/copilot-settings.md b/docs/copilot/copilot-settings.md index 0e973a0782..62be3bc7cf 100644 --- a/docs/copilot/copilot-settings.md +++ b/docs/copilot/copilot-settings.md @@ -44,7 +44,6 @@ The team is continuously working on improving Copilot in VS Code and adding new ## Edits settings -* `setting(github.copilot.chat.edits.enabled)` _(Preview)_ - enable or disable Copilot Edits * `setting(chat.editing.confirmEditRequestRemoval)` - ask for confirmation before undoing an edit (default: `true`) * `setting(chat.editing.confirmEditRequestRetry)` - ask for confirmation before performing a redo of the last edit (default: `true`) * `setting(chat.editing.alwaysSaveWithGeneratedChanges)` - automatically save generated changes from Copilot Edits to disk (default: `false`)