Skip to content

Commit ae9a477

Browse files
authored
Merge pull request #7728 from microsoft/fix-image-links
Fix image links
2 parents 89c010a + 8eaaa71 commit ae9a477

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Lines changed: 3 additions & 0 deletions
Loading

release-notes/images/1_95/demo.gif

Lines changed: 3 additions & 0 deletions
Loading

release-notes/v1_95.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,15 +444,15 @@ The Vision for Copilot Preview extension (`vscode:extension/ms-vscode.vscode-cop
444444

445445
For now, you can experience the image attachment flow in the Chat view by using your own OpenAI, Azure OpenAI, Anthropic, or Gemini keys. Get started by easily attaching images from the clipboard or dragging them directly into the chat.
446446

447-
![Screenshot of a chat exchange. A user asks for HTML and CSS for a landing page. The response provides a basic HTML structure with a header, navigation links (Home, About, Contact), and a link to an external CSS file.](https://raw.githubusercontent.com/microsoft/vscode-copilot-vision/refs/heads/main/assets/demo.gif)
447+
![Screenshot of a chat exchange. A user asks for HTML and CSS for a landing page. The response provides a basic HTML structure with a header, navigation links (Home, About, Contact), and a link to an external CSS file.](images/1_95/demo.gif)
448448

449449
_Theme: [Sapphire](https://marketplace.visualstudio.com/items?itemName=Tyriar.theme-sapphire) (preview on [vscode.dev](https://vscode.dev/editor/theme/Tyriar.theme-sapphire))_
450450

451451
##### Vision with Quick Fixes
452452

453453
Additionally, you can generate or refine alt text for images in markdown, HTML, JSX, or TSX documents with the provided code actions, simplifying the process of incorporating descriptive text for better context and accessibility. Alt text quick fixes work for images in the workspace and image URLs.
454454

455-
![An example markdown document displays a quick fix feature for generating alt text, resulting in the automatic insertion of an alt tag and a value. The user is then prompted with a different quick fix to refine the alt text using an input box. After the user enters and submits their refined description, the alt text is updated accordingly.](https://raw.githubusercontent.com/microsoft/vscode-copilot-vision/refs/heads/main/assets/demo-alt-text.gif)
455+
![An example markdown document displays a quick fix feature for generating alt text, resulting in the automatic insertion of an alt tag and a value. The user is then prompted with a different quick fix to refine the alt text using an input box. After the user enters and submits their refined description, the alt text is updated accordingly.](images/1_95/demo-alt-text.gif)
456456

457457
This extension uses the `ChatReferenceBinaryData` proposed API. Feel free to check out an example of how it's used in the source code, [available on GitHub here](https://github.com/microsoft/vscode-copilot-vision).
458458

0 commit comments

Comments
 (0)