Skip to content

Commit c92f2f1

Browse files
committed
sync
2 parents 6b28720 + 2d147b8 commit c92f2f1

31 files changed

+709
-91
lines changed

.github/workflows/clean-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515

1616
steps:
17-
- uses: actions/[email protected].0
17+
- uses: actions/[email protected].1
1818

1919
# Call clean repo
2020
- name: Clean repo

.github/workflows/whats-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919

2020
steps:
21-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
21+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
2222

2323
- name: "Print manual run reason"
2424
if: ${{ github.event_name == 'workflow_dispatch' }}

docs/ide/building-and-cleaning-projects-and-solutions-in-visual-studio.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build and clean projects and solutions
33
description: Build, rebuild, or clean some of your projects or project items, or all of your projects, in your Visual Studio project solution.
4-
ms.date: 10/17/2023
4+
ms.date: 10/3/2024
55
ms.subservice: compile-build
66
ms.topic: conceptual
77
f1_keywords:
@@ -29,7 +29,9 @@ By using the procedures in this topic, you can build, rebuild, or clean all or s
2929
> [!NOTE]
3030
> The UI in your edition of Visual Studio might differ from what this topic describes, depending on your active settings. To change your settings, for example to **General** or **Visual C++** settings, choose **Tools** > **Import and Export Settings**, and then choose **Reset all settings**.
3131
32-
## To build, rebuild, or clean an entire solution
32+
## To build, rebuild, or clean a solution
33+
34+
Use this procedure to build the solution in the current configuration (for example, `Debug` or `Release`). If you want to build multiple configurations at once, see [Batch build](#batch-build).
3335

3436
1. In **Solution Explorer**, choose or open the solution.
3537

@@ -70,6 +72,21 @@ By using the procedures in this topic, you can build, rebuild, or clean all or s
7072

7173
When this check box is cleared, all projects, their dependencies, and the solution files are built when you run any of the preceding commands.
7274

75+
## Batch build
76+
77+
When you build using **Build solution** or **Build project** options, Visual Studio builds the current configuration. You can use the batch build command to build multiple configurations in one operation.
78+
79+
From the menu bar, choose **Build** > **Batch build**. The **Batch build** dialog box appears.
80+
81+
:::image type="content" source="media/building-and-cleaning-projects-and-solutions/batch-build.png" border="false" alt-text="Screenshot of the Batch build dialog box.":::
82+
83+
Select the desired projects and configurations and use the buttons to build, rebuild, or clean. The build operations start immediately, and all the output appears in the **Output** window.
84+
85+
The selections you made are remembered the next time you open the **Batch build** dialog box.
86+
87+
> [!NOTE]
88+
> Batch build is not available for all project types. See [Build multiple configurations simultaneously](how-to-build-multiple-configurations-simultaneously.md).
89+
7390
## To build only the selected Visual C++ project
7491

7592
Choose a C++ project, and then, on the menu bar, choose **Build** > **Project Only**, and one of the following commands:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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/Copying-a-specific-cell-for-an-error-in/424849?q=error+copy&ftype=idea&stateGroup=active) related to this issue for more information.
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.
2929

3030
## Printable shortcut cheatsheet
3131

docs/ide/how-to-manage-editor-modes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Full screen and virtual space mode
33
description: Learn how to manage the Visual Studio editor modes to display all of the tools and windows in a way that works best for you.
4-
ms.date: 02/06/2023
4+
ms.date: 10/03/2024
55
ms.topic: how-to
66
helpviewer_keywords:
77
- word wrap
@@ -31,6 +31,8 @@ With Visual Studio, you can view the code editor in various display modes.
3131
> [!NOTE]
3232
> The dialog boxes and menu commands you see might differ from those described in this article depending on your active settings or edition. To change your settings, for example to **General** or **Visual C++** settings, select **Tools** > **Import and Export Settings**, and then select **Reset all settings**.
3333
34+
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.
35+
3436
## Enable full screen mode
3537

3638
You can choose to hide all tool windows and view only document windows by enabling **Full Screen** mode.
78.7 KB
Loading
26.6 KB
Loading

docs/ide/personalizing-the-visual-studio-ide.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Customize & save your personal Visual Studio IDE settings
33
description: Customize the Visual Studio integrated development environment (IDE) in ways that best support your own development style and requirements.
4-
ms.date: 04/03/2024
4+
ms.date: 10/04/2024
55
ms.topic: conceptual
66
author: anandmeg
77
ms.author: meghaanand
@@ -50,7 +50,9 @@ Many personalization options are exposed through the [Environment Options](../id
5050

5151
To change the color theme between Dark, Light, Blue, and Blue (Extra Contrast), enter *theme* in the search box, and then choose **Environment** > **General**. In the **Options** dialog box, change the **Color theme** option.
5252

53-
To change colorization options in the editor, enter *environment* in the search box, and then choose **Environment** > **Fonts and Colors**. See [Change fonts, colors, and themes](../ide/how-to-change-fonts-and-colors-in-visual-studio.md).
53+
To change colorization options in the editor, enter *environment* in the search box, and then choose **Environment** > **Fonts and Colors**. See [Change fonts, colors, and themes](how-to-change-fonts-and-colors-in-visual-studio.md).
54+
55+
You can also use the **Tools** > **Options** > **Environment** > **Fonts and Colors** to establish a custom font and color scheme for various user interface elements in the integrated development environment (IDE). See the reference page on [Fonts and Colors, Environment, Options dialog box](./reference/fonts-and-colors-environment-options-dialog-box.md).
5456

5557
## Customize menus and toolbars
5658

docs/ide/use-solution-explorer.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Learn about Solution Explorer
33
description: Use Solution Explorer in Visual Studio and review the context menu options to manage the projects and files in a solution.
4-
ms.date: 03/15/2024
4+
ms.date: 10/04/2024
55
ms.topic: conceptual
66
helpviewer_keywords:
77
- solution explorer [Visual Studio]
@@ -157,6 +157,12 @@ You can find the **Collapse All Descendants** command on the right-click context
157157

158158
::: moniker-end
159159

160+
## New Solution Explorer View
161+
162+
You can use the **New Solution Explorer View** to add a new scoped Solution Explorer view. In the Solution Explorer, right-click on the folder you want to set as the root folder of the new view and then select **New Solution Explore View** from the context menu. A new Solution Explorer window appears that you can dock or float as needed.
163+
164+
:::image type="content" source="media/vs-2022/solution-explorer-view.png" alt-text="Screenshot of the New Solution Explorer View from the right-click context menu in Solution Explorer.":::
165+
160166
## Related content
161167

162168
- [What are solutions and projects in Visual Studio?](solutions-and-projects-in-visual-studio.md)

docs/ide/visual-studio-github-copilot-admin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To configure and deploy these policies, you can use [Microsoft Intune](../instal
4141

4242
## Configure content exclusion
4343

44-
Content exclusion for GitHub Copilot enables administrators to prevent certain files from being available to Copilot and keep sensitive content secure from Copilot use. You can use content exclusions to configure GitHub Copilot to ignore specific files in a [repository](https://docs.github.com/en/copilot/managing-github-copilot-in-your-organization/configuring-content-exclusions-for-github-copilot#configuring-content-exclusions-for-your-organization) or [organization](https://docs.github.com/en/copilot/managing-github-copilot-in-your-organization/configuring-content-exclusions-for-github-copilot#configuring-content-exclusions-for-your-repository). Content exclusion is only available with a GitHub Copilot Business or a GitHub Copilot Enterprise subscription.
44+
Content exclusion for GitHub Copilot enables administrators to prevent certain files from being available to Copilot and keep sensitive content secure from Copilot use. You can use content exclusions to configure GitHub Copilot to ignore specific files in a [repository](https://docs.github.com/en/copilot/managing-github-copilot-in-your-organization/configuring-content-exclusions-for-github-copilot#configuring-content-exclusions-for-your-repository) or [organization](https://docs.github.com/en/copilot/managing-github-copilot-in-your-organization/configuring-content-exclusions-for-github-copilot#configuring-content-exclusions-for-your-organization). Content exclusion is only available with a GitHub Copilot Business or a GitHub Copilot Enterprise subscription.
4545

4646
With [Visual Studio 2022 version 17.11](/visualstudio/releases/2022/release-notes), GitHub Copilot for Visual Studio will ignore excluded content. When you exclude content from Copilot, completions and chat aren't available on the affected files.
4747

@@ -69,4 +69,4 @@ Note that Visual Studio 2022 version 17.11 only respects rules in the root repos
6969

7070
- Excluded content isn't included in GitHub Copilot Chat's responses.
7171

72-
:::image type="content" source="media/vs-2022/visual-studio-github-copilot-admin/copilot-content-exclusions-chat-response.png" alt-text="Screenshot of chat's responses on excluded content." lightbox="media/vs-2022/visual-studio-github-copilot-admin/copilot-content-exclusions-chat-response.png":::
72+
:::image type="content" source="media/vs-2022/visual-studio-github-copilot-admin/copilot-content-exclusions-chat-response.png" alt-text="Screenshot of chat's responses on excluded content." lightbox="media/vs-2022/visual-studio-github-copilot-admin/copilot-content-exclusions-chat-response.png":::

0 commit comments

Comments
 (0)