Showing results for February 2025 - Visual Studio Blog
Feb 19, 2025
0

Introducing Code Referencing for GitHub Copilot Completions in Visual Studio

Simona Liao
Simona Liao

When GitHub Copilot completions (or “gray text”) pop up on your screen, have you ever wondered where does the completions come from and worried about if it matches with public code leading to license issues? If you have, we are introducing code referencing to support you and provide more transparency! We are excited to announce that code referen...

GitHub CopilotArtificial IntelligenceGitHub Copilot Completions
Feb 18, 2025
1

VisualStudio.Extensibility: Tagger support and updates to settings

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. Ad...

vsixvisualstudio.extensibility
Feb 13, 2025
3

New restrictions on package loading

Ryan Molden
Ryan Molden

As Visual Studio transitions its core packages and services to an async loading/retrieval model, we've identified bugs in both the initial async implementation and the existing synchronous package loading mechanism. While most of these bug fixes have been transparent to extenders, one requires attention due to changed constraints. This post high...

vsixvssdk
Feb 12, 2025
7

First preview of Visual Studio 2022 v17.14

Mads Kristensen
Mads Kristensen

We are pleased to announce the release of Visual Studio 2022 v17.14 Preview 1, marking the initial preview of our next update to Visual Studio. This update prioritizes delivering exceptional developer experiences, with an emphasis on stability and security, as well as AI enhancements. Download the preview and see the full list of enhancements in th...

Previewsecurity
Feb 11, 2025
5

Visual Studio 2022 v17.13 is Now Available!

Mads Kristensen
Mads Kristensen

We are excited to announce the availability of Visual Studio 2022 v17.13. This update focuses on stability and security, along with continuous improvements for all developers using Visual Studio. Based on your feature requests, several new tools and enhancements have been added to this release. This update includes improvements for developer...

Debugging and DiagnosticsAzureGitHub Copilot
Feb 10, 2025
5

VisualStudio.Extensibility: Managing .NET runtime versions

Tina Schrepfer (LI)
Tina Schrepfer (LI)

We continue to invest in the VisualStudio.Extensibility SDK to allow developers 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 and reliability, and that can be installed without the need to...

.NETvsixvisualstudio.extensibility
Feb 6, 2025
7

HTTP File updates for Request Variables and more

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

Many users have requested adding support for Request Variables in HTTP files in Visual Studio. With Request Variables, you can send an HTTP request and then use data from the response, or request, in any subsequent request that is sent from the HTTP file. We have also added support for a shared environment, $shared, which enables you to share varia...

Feb 4, 2025
5

Your fonts are now preserved when changing theme

Mark Downie
Mark Downie

Do you find yourself adjusting your font settings every time you change themes in Visual Studio, We've made some changes that we think will help. The latest update in Visual Studio 2022 allows theme switching without affecting font settings. This feature maintains the selected font face and size regardless of the chosen theme, while font col...

themes
Feb 3, 2025
4

Customize your AI-generated git commit messages

Jessie Houghton
Jessie Houghton

When it comes to collaborative software development, clear and effective communication is key. One area that often gets overlooked is the Git commit message. Poorly crafted suggestions and feedback for the AI-generated commit messages, and now you can add custom prompt instructions! This new capability enables you to tailor commit messages t...

GitArtificial Intelligence