Skip to content

Commit c7c466d

Browse files
Merge pull request #11284 from MicrosoftDocs/main639100731645908499sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents f879e93 + 57f1c8e commit c7c466d

22 files changed

Lines changed: 100 additions & 17 deletions

docs/ide/default-keyboard-shortcuts-in-visual-studio.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Keyboard shortcuts
33
description: Learn about the default keyboard shortcuts in Visual Studio that allow you to access a variety of commands and windows.
4-
ms.date: 09/9/2024
4+
ms.date: 3/26/2026
55
ms.topic: reference
66
helpviewer_keywords:
77
- shortcut keys [Visual Studio], keyboard binding schemes
@@ -25,7 +25,8 @@ For a list of common keyboard shortcuts and other productivity information, see:
2525

2626
For more information about accessibility in Visual Studio, see [Accessibility tips and tricks](../ide/reference/accessibility-tips-and-tricks.md) and [How to: Use the keyboard exclusively](../ide/reference/how-to-use-the-keyboard-exclusively.md).
2727

28-
The keyboard shortcuts in Visual Studio may vary depending on your keyboard layout and language settings. You can [identify the keyboard shortcut for a command](identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md#identify-a-keyboard-shortcut) or [customize your keyboard shortcut](identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md#customize-a-keyboard-shortcut). See the [Dev Community ticket](https://developercommunity.visualstudio.com/t/Issue-with-New-Ctrl---Comment-Shortc/10725157?q=keyboard+language&ftype=idea&stateGroup=active) related to this issue for more information.
28+
> [!NOTE]
29+
> The keyboard shortcuts in Visual Studio may vary depending on your keyboard layout and language settings. You can [identify the keyboard shortcut for a command](identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md#identify-a-keyboard-shortcut) or [customize your keyboard shortcut](identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md#customize-a-keyboard-shortcut). See the [Dev Community ticket](https://developercommunity.visualstudio.com/t/Issue-with-New-Ctrl---Comment-Shortc/10725157?q=keyboard+language&ftype=idea&stateGroup=active) related to this issue for more information.
2930
3031
## Printable shortcut cheatsheet
3132

docs/install/install-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ After you install the Visual Studio Installer, you can use it to customize your
212212

213213
:::image type="content" source="media/visualstudio/vs-installer-workloads.png" alt-text="Screenshot showing the Workloads tab of the Visual Studio Installer." lightbox="media/visualstudio/vs-installer-workloads.png":::
214214

215-
Review the workload summaries to decide which workload supports the features you need. For example, choose the **ASP.NET and web development** workload to edit ASP.NET Web pages with Web Live Preview or build responsive web apps with Blazor. You might choose from the **Desktop & Mobile** workloads to develop cross-platform apps with C#, or C++ projects that target C++20.
215+
Review the workload summaries to decide which workload supports the features you need. For example, choose the **ASP.NET and web development** workload to build responsive web apps with Blazor. You might choose from the **Desktop & Mobile** workloads to develop cross-platform apps with C#, or C++ projects that target C++20.
216216

217217
1. After you choose the workloads that you want, select **Install**.
218218

docs/javascript/tutorial-asp-net-core-with-angular.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ Make sure to install the following:
6060
1. Search for Angular in the search bar at the top and then select **Angular and ASP.NET Core**.
6161

6262
:::image type="content" source="media/vs-2022/angular-choose-template.png" alt-text="Screenshot showing choosing a template.":::
63-
64-
63+
6564
> [!NOTE]
6665
> There is a compatibility issue with Angular 20.x.x and the **Angular and ASP.NET Core** template in Visual Studio 2022. To use Angular 20.x.x in Visual Studio 2022, it's recommended that you create an ASP.NET Core project first, add an Angular project to the solution, and then add a project reference to the Angular project from the ASP.NET Core project. You can use this method instead of using the combined template described in this article. For more information about the issue, see [Creating a new Solution with Angular](https://developercommunity.visualstudio.com/t/Creating-a-new-Solution-with-Angular-is/10918866?q=Angular).
6766
::: moniker-end
@@ -181,6 +180,10 @@ Starting in Visual Studio 2022 version 17.3, you can publish the integrated solu
181180

182181
## Troubleshooting
183182

183+
### Outdated versions of Node.js or the template
184+
185+
If you experience issues not described elsewhere in this section, try updating Node.js to the current version and update Visual Studio to get the latest version of the template.
186+
184187
### Proxy error
185188

186189
You may see the following error:

docs/javascript/tutorial-asp-net-core-with-react.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ If you don't see the weather forecast data in the browser, see [Troubleshooting]
172172

173173
## Troubleshooting
174174

175+
### Outdated versions of Node.js or the template
176+
177+
If you experience issues not described elsewhere in this section, try updating Node.js to the current version and update Visual Studio to get the latest version of the template.
178+
175179
### Proxy error
176180

177181
You may see the following error:

docs/javascript/tutorial-asp-net-core-with-vue.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ Starting in Visual Studio 2022 version 17.3, you can publish the integrated solu
170170

171171
## Troubleshooting
172172

173+
### Outdated versions of Node.js or the template
174+
175+
If you experience issues not described elsewhere in this section, try updating Node.js to the current version and update Visual Studio to get the latest version of the template.
176+
173177
### Proxy error
174178

175179
You may see the following error:
44.6 KB
Loading
38.7 KB
Loading
46.3 KB
Loading
61.3 KB
Loading
113 KB
Loading

0 commit comments

Comments
 (0)