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-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,6 @@ Welcome to the April 2025 release of Visual Studio Code. There are many updates
35
35
## Chat
36
36
37
37
38
-
39
-
40
38
### Create and launch tasks with agent mode
41
39
42
40
In the last iteration, `setting(github.copilot.chat.newWorkspaceCreation.enabled) (Experimental)` was introduced to enable workspace creation with agent mode. Now, at the end of this flow, users are prompted to create and run a task to launch their app or project, streamlining out-of-the-box launch and enabling easy task reuse.
@@ -69,7 +67,7 @@ Use the `#githubRepo` tool with `microsoft/typescript` to answer questions about
69
67
70
68
Keep in mind that if you want to ask about the repo you are currently working on, you can just use the [`#codebase` tool](../docs/copilot/reference/workspace-context.md#making-copilot-chat-an-expert-in-your-workspace). Also this tool is only for searching for relevant code snippets. The [GitHub MCP server](https://github.com/github/github-mcp-server?tab=readme-ov-file#github-mcp-server) provides tools for working with GitHub issues and pull requests.
71
69
72
-
### Select and Attach UI Elements to Chat (Experimental)
70
+
### Select and attach UI elements to chat (Experimental)
73
71
74
72
After opening any locally-hosted site via the built-in Simple Browser (you can access the Simple Browser via the `Simple Browser: Show` command in the Command Palette), a new toolbar will be shown where you can click "Start" to select any element in the site that you want. This will attach a screenshot of the selected element, as well as the HTML and CSS of the element.
75
73
@@ -78,12 +76,6 @@ Configure what is attached to chat with `setting(chat.sendElementsToChat.attachC
78
76
<videosrc="images/1_100/ui-element-selection-demo.mp4"title="A video showing the full flow of the UI element selection experimental feature. In the demo, we attach a hero from a webpage and ask chat to add a background image to that hero."autoplayloopcontrolsmuted></video>
79
77
80
78
81
-
### Generate or Refine Alt Text in HTML or Markdown
82
-
83
-
You can now generate or refine existing alt text in HTML and Markdown files. Navigate to any line containing an embeded image and trigger quick fix via `kb(editor.action.quickFix)` or by clicking on the lightbulb widget.
84
-
85
-

86
-
87
79
## Accessibility
88
80
89
81
### Merge editor improvements
@@ -164,8 +156,12 @@ Note that once a workspace or window has been opened, the visiblity becomes a wo
164
156
165
157
## Code Editing
166
158
159
+
### Generate alt text in HTML or Markdown
160
+
161
+
You can now generate or update existing alt text in HTML and Markdown files. Navigate to any line containing an embedded image and trigger quick fix via `kb(editor.action.quickFix)` or by clicking on the lightbulb widget.
162
+
163
+

0 commit comments