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: release-notes/v1_100.md
+6-12Lines changed: 6 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,6 @@ Welcome to the April 2025 release of Visual Studio Code. There are many updates
34
34
35
35
## Chat
36
36
37
-
### Create and launch tasks with agent mode
38
-
39
-
In the previous release, we introduced the `setting(github.copilot.chat.newWorkspaceCreation.enabled)` (Experimental) setting to enable workspace creation with agent mode.
40
-
41
-
Now, at the end of this creation flow, you are prompted to create and run a task for launching your app or project, streamlining out-of-the-box launch and enabling easy task reuse.
42
-
43
37
### Improvements to the web page fetch tool
44
38
45
39
Last month, we introduced the `#fetch` tool, which allows you to fetch the contents of a web page right from chat to include as context for your prompt. If you missed that release note, check out [the initial release of the fetch tool](v1_99.md#fetch-tool) release note and examples.
AI-assisted configurations generated by the `MCP: Add Server` now generate `inputs` for any secrets rather than inlining them into the resulting configuration.
220
214
215
+
### Create and launch tasks with agent mode (Experimental)
216
+
217
+
In the previous release, we introduced the `setting(github.copilot.chat.newWorkspaceCreation.enabled)` (Experimental) setting to enable workspace creation with agent mode.
218
+
219
+
Now, at the end of this creation flow, you are prompted to create and run a task for launching your app or project, streamlining out-of-the-box launch and enabling easy task reuse.
220
+
221
221
## Accessibility
222
222
223
223
### Merge editor improvements
@@ -349,12 +349,6 @@ You can customize the color of the staged changes quick diff decorations by usin
349
349
350
350
If you do not want to see quick diff decorations for staged changes, you can hide them by using the **Diff Decorations** submenu that is available in the editor gutter context menu.
0 commit comments