
GitHub Copilot in Visual Studio — June update
Quick Answer
The June 2026 update for GitHub Copilot in Visual Studio enhances visibility and trust, introducing usage tracking, a trust validation layer for MCP servers, and general availability of the C++ modernization agent.
Quick Take
The June 2026 update for GitHub Copilot in Visual Studio enhances visibility and trust, introducing usage tracking, a trust validation layer for servers, and general availability of the C++ modernization agent. Users can now also add pull requests to Copilot Chat and review them directly within the IDE.
Key Points
- New usage tracking window provides real-time updates and alerts for billing limits.
- Trust validation for MCP servers ensures configuration changes are reviewed before execution.
- C++ modernization agent now available in Automated and Guided modes for upgrades.
- Next edit suggestions can predict edits anywhere in the active file, enhancing user experience.
- Pull requests can be added to Copilot Chat for context and reviewed directly in Visual Studio.
📖 Reader Mode
~3 min readJune 2026 is about visibility and trust with a clearer view of your GitHub Copilot usage, a new trust layer for MCP servers, and the first C++ scenarios for the modernization agent reaching general availability.
Highlights
Here’s what’s new with GitHub Copilot in Visual Studio 2026. Check the Insiders channel for the latest:
- Copilot usage tracking and alerts: The refreshed Copilot Usage window reflects GitHub Copilot’s usage-based billing model with real-time updates. In addition, proactive alerts let you know when you’re approaching your limit, when you’ve hit it, and when overages activate. Open it from Copilot badge menu > Copilot Usage and tune the warning threshold in settings to decide how early you get the notification.
- Trust validation for MCP servers: Visual Studio now compares an MCP server’s configuration and asset fingerprint against a trusted baseline at startup. If anything has changed, a trust dialog asks you to review and approve the change before the server runs. This feature is on by default and lives under Tools > Options > GitHub > Copilot > Copilot Chat > Show trust dialog before running tools from an updated MCP server.
- GitHub Copilot modernization agent for C++ is generally available: The MSVC upgrade scenarios for the modernization agent have graduated from preview. Run it in Automated mode for end-to-end upgrades or in Guided mode to review the assessment, plan, and execution before each step. Right-click a project in Solution Explorer and select Modernize or use
@Modernizein Copilot Chat. - Long-distance next edit suggestions: Copilot’s next edit suggestions can now predict and propose follow-up edits anywhere in the active file, not just near your cursor. Turn it on under Tools > Options > Text Editor > Inline Suggestions by selecting Enable extended range suggestions.
- Add pull requests to Copilot Chat: Right-click a pull request in the Git Repository window and select Add to Copilot Chat. Copilot will then pick up the pull request description, changed files, and comments as context. You can also reference a pull request inline by typing
#followed by the pull request ID. This functionality requires View pull requests for a Git repository under Preview Features. - Review and approve pull requests in the IDE: The new in-IDE pull request review experience pairs naturally with Add to Copilot Chat. Browse, comment, approve, and complete pull requests from GitHub or Azure DevOps without leaving Visual Studio, then pull any pull request into Copilot Chat when you want help triaging or summarizing.
This update is available to users on all GitHub Copilot plans, including Copilot Free, Student, Pro, Pro+, Max, Business, and Enterprise.
Download Visual Studio 2026 to experience all the new Copilot features today. To learn more about what’s new, check out the Visual Studio blog and release notes.
What’s next for Copilot in Visual Studio
Stay up to date on the latest Copilot features by following the Visual Studio blog, where you’ll find roadmap updates and opportunities to share feedback.
— Originally published at github.blog
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from GitHub Copilot Changelog
See more →
GitHub Copilot app available to all
The GitHub Copilot app is now accessible to all users across every Copilot plan, including Free and Education. Users can sign in with their GitHub accounts to initiate agent-driven development on macOS, Windows, and Linux, with the option to run sessions using their own model provider without a subscription.

