Skip to content

Commit

Permalink
Merge pull request #7882 from microsoft/edits-deprecated-setting
Browse files Browse the repository at this point in the history
Remove deprecated setting
  • Loading branch information
ntrogh authored Dec 19, 2024
2 parents deb6c2f + e1e5b04 commit f839f40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions docs/copilot/copilot-edits.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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`)
Expand Down
1 change: 0 additions & 1 deletion docs/copilot/copilot-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit f839f40

Please sign in to comment.