You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/copilot/copilot-edits.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ To use agent mode in Copilot Edits:
88
88
1. Open your project in [VS Code Insiders](https://code.visualstudio.com/insiders).
89
89
90
90
> [!NOTE]
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.
91
+
> Agent mode is in preview and currently available in [VS Code Insiders](https://code.visualstudio.com/insiders/). The gradual 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.
92
92
93
93
1. Open the Copilot Edits view (`kb(workbench.action.chat.openEditSession)`)
*[Copilot Edits for notebooks](#notebook-support-in-copilot-edits-preview) - Iterate quickly on edits for your notebooks.
21
21
*[Code search](#more-advanced-codebase-search-in-copilot-chat) - Let Copilot find relevant files for your chat prompt.
22
-
*[Soft-delete in source control](#discard-untracked-changes-improvements) - Move untracked files to trash instead of deleting them.
23
-
*[Unresolved diagnostics](#diagnostics-commit-hook-experimental) - Prompt when committing with unresolved diagnostics.
24
22
*[Terminal IntelliSense (preview)](#terminal-intellisense-preview) - Rich completion support for your terminal.
25
23
*[Drag & drop references](#peek-references-drag--drop-support) - Quickly open peek references in a new editor.
24
+
*[Unresolved diagnostics](#diagnostics-commit-hook-experimental) - Prompt when committing with unresolved diagnostics.
25
+
*[Soft-delete in source control](#discard-untracked-changes-improvements) - Move untracked files to trash instead of deleting them.
26
26
*[Linux title bar](#custom-title-bar-on-linux) - Custom title bar support for Linux enabled by default.
27
27
28
28
>If you'd like to read these release notes online, go to [Updates](https://code.visualstudio.com/updates) on [code.visualstudio.com](https://code.visualstudio.com).
0 commit comments