Skip to content

Commit cde1329

Browse files
committed
Align image sizes
1 parent 3959ff8 commit cde1329

22 files changed

+45
-52
lines changed

docs/copilot/copilot-edits.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,14 @@ In edit mode, you select which files to edit and provide the relevant context an
8181
In agent mode, Copilot Edits operates in a more autonomous and dynamic manner to achieve the desired outcome. Copilot agent mode determines the relevant context, offers both code changes and terminal commands, and iterates to remediate issues. To perform these tasks, agent mode uses a set of [_tools_](#agent-mode-tools).
8282

8383
> [!IMPORTANT]
84-
> If you are a Copilot Business or Enterprise user, an administrator of your organization must opt in to the use of Copilot Editor Preview Features, in addition to you setting `setting(chat.agent.enabled)` in your editor. Learn more about [managing policies for Copilot in your organization](https://docs.github.com/en/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization#enabling-copilot-features-in-your-organization).
84+
> If you are a Copilot Business or Enterprise user, an administrator of your organization must opt in to the use of Copilot Editor Preview Features. Learn more about [managing policies for Copilot in your organization](https://docs.github.com/en/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization#enabling-copilot-features-in-your-organization).
8585
8686
To use agent mode in Copilot Edits:
8787

8888
1. Open your project in [VS Code Insiders](https://code.visualstudio.com/insiders).
8989

9090
> [!NOTE]
91-
> Agent mode is currently in preview and is only available in [VS Code Insiders](https://code.visualstudio.com/insiders).
92-
93-
1. Enable agent mode by setting `setting(chat.agent.enabled)` to `true` in your [settings](/docs/getstarted/personalize-vscode.md#configure-settings).
91+
> Agent mode is in preview and currently available in [VS Code Insiders](https://code.visualstudio.com/insiders/). The roll-out to VS Code Stable is ongoing and once agent mode is enabled for you, you will see a mode dropdown in the Copilot Edits view.
9492
9593
1. Open the Copilot Edits view (`kb(workbench.action.chat.openEditSession)`)
9694

@@ -202,7 +200,6 @@ The following list contains the settings related to Copilot Edits. You can confi
202200

203201
* `setting(chat.editing.confirmEditRequestRemoval)` - ask for confirmation before undoing an edit (default: `true`)
204202
* `setting(chat.editing.confirmEditRequestRetry)` - ask for confirmation before performing a redo of the last edit (default: `true`)
205-
* `setting(chat.agent.enabled)` <i class="codicon codicon-beaker"></i> - enable or disable agent mode in Copilot Edits (default: `false`)
206203
* `setting(chat.implicitContext.enabled)` _(preview)_ - configure if the active editor should be automatically added as context to the chat prompt.
207204
* `setting(chat.editing.autoAcceptDelay)` - configure a delay after which suggested edits are automatically accepted, use zero to disable auto-accept (default: 0)
208205
* `setting(github.copilot.chat.codesearch.enabled)` _(preview)_ - let Copilot find the right files when you add `#codebase` to your prompt, similar to how agent mode works (default: `false`)

docs/copilot/copilot-settings.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ The team is continuously working on improving Copilot in VS Code and adding new
5454
* `setting(github.copilot.chat.edits.temporalContext.enabled)` _(Experimental)_: Whether to include recently viewed and edited files with requests in Copilot Edits.
5555
* `setting(github.copilot.chat.codesearch.enabled)` _(Preview)_: When using `#codebase` in the prompt, Copilot automatically discovers relevant files to be edited.
5656
* `setting(chat.editing.alwaysSaveWithGeneratedChanges)` - automatically save generated changes from Copilot Edits to disk (default: `false`)
57-
* `setting(chat.agent.enabled)` _(Experimental)_ - enable or disable agent mode in Copilot Edits (default: `false`)
5857
* `setting(chat.implicitContext.enabled)` _(Preview)_ - configure if the active editor should be automatically added as context to the chat prompt.
5958
* `setting(chat.editing.autoAcceptDelay)` - configure a delay after which suggested edits are automatically accepted, use zero to disable auto-accept (default: 0)
6059
* `setting(chat.agent.maxRequests)` - maximum number of requests that Copilot Edits can make in agent mode (default: 15)
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)