Skip to content

Commit f26b04f

Browse files
committed
add experimental, rm tasks and terminal, move task run section down
1 parent 9d29ef0 commit f26b04f

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

release-notes/v1_100.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ Welcome to the April 2025 release of Visual Studio Code. There are many updates
3434

3535
## Chat
3636

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-
4337
### Improvements to the web page fetch tool
4438

4539
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.
@@ -218,6 +212,12 @@ _Theme: [Codesong](https://marketplace.visualstudio.com/items?itemName=connor431
218212

219213
AI-assisted configurations generated by the `MCP: Add Server` now generate `inputs` for any secrets rather than inlining them into the resulting configuration.
220214

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+
221221
## Accessibility
222222

223223
### Merge editor improvements
@@ -349,12 +349,6 @@ You can customize the color of the staged changes quick diff decorations by usin
349349

350350
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.
351351

352-
## Terminal
353-
354-
355-
## Tasks
356-
357-
358352
## Debugging
359353

360354
### Disassembly view context menu

0 commit comments

Comments
 (0)