Skip to content

Commit 3c94257

Browse files
authored
Merge pull request #5727 from MicrosoftDocs/main
1/9/2025 AM Publish
2 parents e5b7db6 + ff385d0 commit 3c94257

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/build-insights/tutorials/build-insights-tips.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Build Insights tips and tricks"
33
description: "Learn time-saving tips for using Build Insights."
4-
ms.date: 11/11/2024
4+
ms.date: 1/8/2025
55
author: tylermsft
66
ms.author: twhitney
77
ms.topic: article
@@ -30,14 +30,14 @@ If you have a large solution with many projects, you can filter the Build Insigh
3030
To try it, click the filter button on the filter column header and select the projects you want to see results for:
3131

3232
:::image type="complex" source="./media/build-insights-filter-by-project.png" alt-text="A screenshot of the Build Insights window with the Included Files tab open.":::
33-
The filter button is selected and a list of projects appears. Checkboxes next to two projects are checked.":::
33+
The filter button is selected and a list of projects appears. Checkboxes next to two projects are checked.
3434
:::image-end:::
3535

36-
You can also use file wildcards to filter results. The search is case-insensitive:
36+
You can also use file wildcards to filter results. The search is case-insensitive and you should use forward slashes (`/`) as path separators:
3737

3838
:::image type="content" source="./media/build-insights-glob-filter.png" alt-text="A screenshot of the build insights filter dialog. There's a files to include text box and a files to exclude text box.":::
3939

40-
This allows you to exclude files from a specific folder or only include files from a specific folder. For example, if your source is located at `C:\src\`, you could include files only from the renderer directory and its subdirectories by putting `C:/src/dev/renderer/**` into the **files to include** text box.
40+
This allows you to exclude files from a specific folder or only include files from a specific folder. For example, if your source is located at `C:\src\`, you could include files only from the renderer directory and its subdirectories by putting `C:/src/dev/renderer/**` into the **files to include** text box. Use forward slashes (`/`) as path separators.
4141

4242
Here are some other examples:
4343

@@ -55,10 +55,10 @@ This feature requires Visual Studio 2022 17.12 or later.
5555

5656
Now you can designate a folder to automatically save Build Insight reports to so you can easily access them.
5757

58-
To set the designated folder, go to **Tools** > **Options** > **C++ Build Insights** > **Trace Collection**. Set a path in the **Store Build Insights reports in this directory** field:
58+
To set the designated folder, go to **Tools** > **Options** > **C++ Build Insights** > **Trace Collection**. Set a path in the **Store Build Insights reports in this directory** textbox:
5959

6060
:::image type="complex" source="./media/build-insights-reports-directory.png" alt-text="A screenshot of the options window.":::
61-
tools > Options. Build Insights > Trace Collection is selected in the left pane. Collection Settings appears on the right. The Store Build Insights reports in this directory checkbox is selected, and the text box contains the path c:\users\contoso\workspace as an example.":::
61+
In the left pane, Build Insights > Trace Collection is selected. In the collection settings, the checkbox for Store Build Insights reports in this directory is selected, and the directory text box contains the path c:\users\contoso\workspace as an example.
6262
:::image-end:::
6363

6464
Reports are automatically saved to this folder when you run Build Insights. If a path isn't set, the `TEMP` folder is used.

0 commit comments

Comments
 (0)