Is Copilot image upload (Vision) GA in VS Code / Visual Studio? #188040
-
Select Topic AreaQuestion Copilot Feature AreaVS Code BodyAll public documentation I can find still labels image upload (Vision) in VS Code and Visual Studio as Public Preview (e.g., March–April 2025 changelogs). However, it appears widely enabled now. still officially in Public Preview, or A link to the official status doc would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Yes, Copilot image upload (Vision) in VS Code and Visual Studio is generally available (GA). You can attach images directly in Copilot Chat to get context-aware help. For official docs, see: https://docs.github.com/en/copilot/using-github-copilot/chatting-with-github-copilot?platform=vscode#using-images |
Beta Was this translation helpful? Give feedback.
-
|
Yeah, the confusion is understandable. Copilot image upload and vision features have been evolving quickly, and the documentation and changelogs have not always been updated at the same pace. As of now, image upload and vision capabilities inside VS Code and Visual Studio are not fully General Availability features. They are still in a staged rollout phase. Here is what is happening behind the scenes: Current status The feature is generally considered Public Preview / gradual rollout, even though the “preview” label is not always visible in the UI anymore. GitHub sometimes removes preview badges once a feature stabilizes, while still rolling it out progressively. Why some users have it and others do not Availability depends on several factors: • Copilot plan and feature entitlements Because of this, two users on the same version may see different capabilities. Why there has been no GA announcement GitHub typically announces GA when: • rollout is complete Vision features involve additional privacy, security, and processing considerations, so rollout tends to be gradual. How to check if you have access Make sure: • VS Code and the Copilot extension are fully updated If the feature is available to your account, the upload option appears directly in Copilot Chat. Practical takeaway Right now it is best to think of Copilot Vision in IDEs as stable preview with progressive rollout, rather than fully GA. That explains why documentation still references preview while the UI looks finalized. |
Beta Was this translation helpful? Give feedback.
Yeah, the confusion is understandable. Copilot image upload and vision features have been evolving quickly, and the documentation and changelogs have not always been updated at the same pace.
As of now, image upload and vision capabilities inside VS Code and Visual Studio are not fully General Availability features. They are still in a staged rollout phase.
Here is what is happening behind the scenes:
Current status
The feature is generally considered Public Preview / gradual rollout, even though the “preview” label is not always visible in the UI anymore.
GitHub sometimes removes preview badges once a feature stabilizes, while still rolling it out progressively.
Why some users have it an…