Skip to content

Commit 98c4344

Browse files
authored
Merge pull request #39 from microsoft/agent-mode-notebooks
Add notebooks limitation for Copilot Edits
2 parents 10699b3 + 3e5e6ed commit 98c4344

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/copilot/copilot-edits.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ Copilot Edits can function in two modes:
1919

2020
> [!NOTE]
2121
> Agent mode is currently in preview and is only available in [VS Code Insiders](https://code.visualstudio.com/insiders). Provide feedback and report issues in the [Copilot repository](https://github.com/microsoft/vscode-copilot-release/issues).
22-
>
23-
> To enable agent mode, set the `setting(chat.agent.enabled)` setting to `true`.
22+
23+
> [!IMPORTANT]
24+
> If you're using notebooks, Copilot Edits support is currently limited. We recommend that you use [Copilot Chat](/docs/copilot/copilot-chat.md) or [Inline Chat](/docs/copilot/copilot-chat.md#inline-chat) with notebooks in VS Code.
2425
2526
The following video demonstrates how to use Copilot Edits to extend a basic Express app, such as adding a new page, navigation bar, and theme switcher.
2627

@@ -298,6 +299,12 @@ Consider the following criteria to choose between edit mode and agent mode:
298299
* **Non-deterministic**: agent mode evaluates the outcome of the generated edits and might iterate multiple times. As a result, agent mode can be more non-deterministic than edit mode.
299300
* **Request quota**: in agent mode, depending on the complexity of the task, one prompt might result in many requests to the backend.
300301

302+
## Can I use Copilot Edits with notebooks?
303+
304+
Copilot Edits support is limited when you're using notebooks. For example, agent mode is not available for working with notebooks in VS Code.
305+
306+
We recommend that you use [Copilot Chat](/docs/copilot/copilot-chat.md) or [Inline Chat](/docs/copilot/copilot-chat.md#inline-chat) with notebooks in VS Code instead.
307+
301308
## Related content
302309

303310
* [Get a quick overview of the Copilot features in VS Code](/docs/copilot/copilot-vscode-features.md)

0 commit comments

Comments
 (0)