Skip to content

Commit 7a0f6d3

Browse files
authored
Merge pull request #6959 from MicrosoftDocs/master637643198007574568
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents f15b377 + db7b8c3 commit 7a0f6d3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/ide/whats-new-visual-studio-2022.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "What's new in Visual Studio 2022 (Preview)"
33
titleSuffix: ""
44
description: "Learn about the new features in the preview release of Visual Studio 2022."
5-
ms.date: 08/10/2021
5+
ms.date: 08/11/2021
66
helpviewer_keywords:
77
- "Visual Studio, what's new"
88
- "what's new [Visual Studio]"
@@ -34,7 +34,15 @@ In Visual Studio 2022, the [IntelliCode](/visualstudio/intellicode/) feature can
3434

3535
## Build modern apps with improved tools
3636

37-
Visual Studio 2022 includes better cross-platform app development tools and the latest version of C++ build tools. As well, we're updating Hot Reload so that you can edit either C++ or .NET projects while your application is running. For more information, see the [**Visual Studio 2022 Preview 2 is out!**](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-preview-2-is-out/) blog post.
37+
[Visual Studio 2022 Preview 2](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-preview-2-is-out/) includes better cross-platform app development tools and the latest version of C++ build tools. As well, we're updating Hot Reload so that you can edit either C++ or .NET projects while your application is running. For more information, see the [**Speed up your .NET and C++ development with Hot Reload in Visual Studio 2022**](https://devblogs.microsoft.com/visualstudio/speed-up-your-dotnet-and-cplusplus-development-with-hot-reload-in-visual-studio-2022/) blog post.
38+
39+
## Multi-repo support with Git in the IDE
40+
41+
If you've worked with projects hosted on different Git repositories, you might have used external tools or multiple instances of Visual Studio to connect to them. Starting with [Visual Studio 2022 Preview 3](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-preview-3-now-available/), you can work with a single solution that has projects in multiple repositories and contribute to them all from a single instance of Visual Studio. To learn more, see the [**Multi-repo support in Visual Studio**](https://devblogs.microsoft.com/visualstudio/multi-repo-support-in-visual-studio/) blog post.
42+
43+
## Personalization improvements
44+
45+
One of our key focus areas is to make Visual Studio more personalized and flexible so that you can make the IDE your own. For example, [Visual Studio 2022 Preview 3](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-preview-3-now-available/) offers you the ability to sync with your Windows theme. So, if you've enabled the "night light" feature there, Visual Studio uses it, too. For more info, see the [**Personalize your Visual Studio 2022**](https://devblogs.microsoft.com/visualstudio/personalize-your-visual-studio-2022/) blog post.
3846

3947
## What's next
4048

0 commit comments

Comments
 (0)