Skip to content

Commit d6c0f31

Browse files
committed
Edit pass
1 parent f627a49 commit d6c0f31

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

release-notes/v1_100.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ Welcome to the April 2025 release of Visual Studio Code. There are many updates
3535
## Chat
3636

3737

38-
39-
4038
### Create and launch tasks with agent mode
4139

4240
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
6967

7068
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.
7169

72-
### Select and Attach UI Elements to Chat (Experimental)
70+
### Select and attach UI elements to chat (Experimental)
7371

7472
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.
7573

@@ -78,12 +76,6 @@ Configure what is attached to chat with `setting(chat.sendElementsToChat.attachC
7876
<video src="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." autoplay loop controls muted></video>
7977

8078

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-
![Generating alt text for an image html element](images/1_100/generate-alt-text.png)
86-
8779
## Accessibility
8880

8981
### Merge editor improvements
@@ -164,8 +156,12 @@ Note that once a workspace or window has been opened, the visiblity becomes a wo
164156

165157
## Code Editing
166158

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+
![Generating alt text for an image html element](images/1_100/generate-alt-text.png)
167164

168-
## Chat
169165

170166

171167
## Notebooks

0 commit comments

Comments
 (0)