Visual Studio Blog

The official source of product insight from the Visual Studio Engineering Team

Featured posts

🎉 Visual Studio 2022 v17.14 is now generally available!
May 13, 2025
Post comments count 0
Post likes count 16

🎉 Visual Studio 2022 v17.14 is now generally available!

Mads Kristensen
Mads Kristensen

We’re thrilled to announce the general availability of Visual Studio 2022 version 17.14! This release continues our mission to empower developers with faster, s...

Debugging and DiagnosticsGitHub CopilotGit

Latest posts

How to filter C++ Build Insights by project
Jun 5, 2025
Post comments count 0
Post likes count 0

How to filter C++ Build Insights by project

David Li Moyo Okeremi
David,
Moyo

Visual Studio 2022 version 17.14 comes with quality-of-life improvements to its C++ Build Insights integration that will make it easier for you to navigate large multi-project traces and handle long file names for your build inputs and artifacts. What is C++ Build Insights? C++ Build Insights is a powerful tool that lets you visualize and optimize the build process of your C++ projects. It leverage MSVC's trace capture technology and uses the Windows ETW framework to collect detailed information about every build event, such as compilation, linking, code analysis, and more. You can then view and analyze this ...

Cloud Academy: Unlock Your Azure Skills and Accelerate Your Career
Jun 3, 2025
Post comments count 3
Post likes count 1

Cloud Academy: Unlock Your Azure Skills and Accelerate Your Career

Jim Harrer
Jim Harrer

When we launched the Cloud Academy benefit for Visual Studio Professional and Enterprise subscribers back in March 2025, our goal was simple: give you the hands-on, practical learning experience you need to confidently master Azure and cloud technologies — without spending a dime beyond your subscription. Why? Because in today’s fast-changing tech world, knowing theory isn’t enough. You need to do — to experiment, build, troubleshoot, and grow your skills in a real environment. That’s exactly what Cloud Academy delivers. From Frustration to Confidence: Learning That Fits Your Style If you’re like many deve...

Extension Manager updates in Visual Studio
Jun 2, 2025
Post comments count 3
Post likes count 4

Extension Manager updates in Visual Studio

Javier De la Garza
Javier De la Garza

The latest updates in Visual Studio 2022 introduced features specifically designed to improve how you manage extensions. These updates offer tools that help you automate processes, provide detailed controls for configuration, and enhance the user interface to streamline your development workflows. Seamless auto updates Visual Studio now automatically triggers updates whenever you open the Extension Manager window. This ensures you are consistently working with the latest features and fixes without needing to manually initiate updates. Infobar notifications for applied updates An Infobar will now appear wh...

Improve the commands in your extensions
May 28, 2025
Post comments count 0
Post likes count 4

Improve the commands in your extensions

Mads Kristensen
Mads Kristensen

As Visual Studio extension authors, our goal is to create tools that empower developers across diverse environments. A key part of this mission involves ensuring that your extension commands remain accessible and consistent across all Visual Studio locales. In your VSSDK extensions, by adding the CanonicalName property to your commands in the .vsct file, you can achieve greater resilience and user satisfaction for your extension. And with a few simple tricks, you can make your command names a lot prettier as well. Why add the CanonicalName property? When a Visual Studio extension supports multiple locales, t...

VisualStudio.Extensibility: Editor classification and updates to user prompt
May 27, 2025
Post comments count 1
Post likes count 4

VisualStudio.Extensibility: Editor classification and updates to user prompt

Tina Schrepfer (LI)
Tina Schrepfer (LI)

We continue to invest in the VisualStudio.Extensibility SDK to allow users like you to create extensions that run faster and smoother than ever before! VisualStudio.Extensibility helps you build extensions that run outside the main Visual Studio IDE process for improved performance, reliability, and installation without restarting Visual Studio. Additional benefits include a sleek and intuitive .NET 8-based API and comprehensive, well-maintained documentation to help you develop amazing extensions faster than ever before. For the latest up-to-date docs and installation instructions, visit https://aka.ms/Vi...

Connecting to Private NuGet Feeds Just Got Easier
May 21, 2025
Post comments count 11
Post likes count 5

Connecting to Private NuGet Feeds Just Got Easier

Ruben Rios
Ruben Rios

The Visual Studio 2022 17.14 update is here, and it brings great quality-of-life improvements—especially around NuGet authentication. From context about the authentication needs of private NuGet feeds to a simplified account selection workflow, this update helps you stay focused on your code! If you haven’t already, download the latest Visual Studio update to take advantage of this and the rest of the improvements. Streamlining the NuGet authentication experience Over the past year, we’ve made significant strides to improve the identity and authentication experiences across Visual Studio 2022. For instance, we ...

Faster .NET Upgrades Powered by GitHub Copilot
May 19, 2025
Post comments count 3
Post likes count 5

Faster .NET Upgrades Powered by GitHub Copilot

McKenna Barlow
McKenna Barlow

Introducing GitHub Copilot app modernization – Upgrade for .NET You probably don’t look forward to the process of modernizing your applications. It can be time consuming, risky, and full of manual toil. Today we’re changing that. We’re thrilled to introduce the public preview of GitHub Copilot app modernization - Upgrade for .NET, an AI-powered experience that helps you bring your .NET applications to the latest version quicker and more confidently than ever before. Powered by GitHub Copilot and Agent Mode, it serves as an intelligent upgrade companion that understands your code, determines the right upgrade ...

How to Watch Microsoft Build 2025 Online
May 16, 2025
Post comments count 3
Post likes count 2

How to Watch Microsoft Build 2025 Online

Jim Harrer
Jim Harrer

Microsoft Build 2025 Is Here! — How to Make the Most of It Virtually It’s that time again—Microsoft Build has started! Microsoft Build 2025 runs this week (May 19–22)—and now’s the perfect time to catch the sessions live or watch past sessions on-demand. This year, Build is more accessible than ever. Every keynote, breakout session, demo theater, and even our hands-on labs are available to stream—live or on-demand—completely free. No travel. No ticket. Just you, your browser, and some of the best developer content of the year. I’ve had the privilege of working alongside our Product Managers and Engineeri...

Agent mode has arrived in preview for Visual Studio
May 13, 2025
Post comments count 0
Post likes count 4

Agent mode has arrived in preview for Visual Studio

Katie Savage Aaron Yim
Katie,
Aaron

Plan, build, test, and fix — all from one prompt. Agent mode is now available in public preview for all users in Visual Studio 17.14. Agent mode in Visual Studio allows you to define tasks using natural language, with Copilot autonomously planning, editing your codebase, invoking tools, and iterating to resolve issues. Unlike Copilot Chat or Edits, agent mode doesn’t stop at one suggestion or file edit but works iteratively until the task is complete. What can agent mode do? Agent mode doesn’t just help you write code — it helps you finish the job. All of this is done iteratively, meaning that Copilo...