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
In the past few iterations, we have slowly moved away from the Copilot Vision Preview extension. This ports over the last available functionaility that was previously unavailable in Copilot - the alt text generation.
Test steps:
in any markdown file, move your cursor to the line of markdown code with an image in it
click on the lightbulb widget or ctrl + . to trigger quick fixes
if the alt text field is empty, you can generate alt text. if it is filled, you can refine alt text
This also works in HTML code chunks like below
<palign="center"><imgalt="VS Code in action" src="https://user-images.githubusercontent.com/35271042/118224532-3842c400-b438-11eb-923d-a5f66fa6785a.png"></p>
Let me know if you have questions or run into any issues!
The text was updated successfully, but these errors were encountered:
Complexity: 2
author: @justschen
Create Issue
In the past few iterations, we have slowly moved away from the
Copilot Vision Preview
extension. This ports over the last available functionaility that was previously unavailable in Copilot - the alt text generation.Test steps:
ctrl + .
to trigger quick fixesgenerate alt text
. if it is filled, you canrefine alt text
Let me know if you have questions or run into any issues!
The text was updated successfully, but these errors were encountered: