You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build-insights/tutorials/build-insights-tips.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Build Insights tips and tricks"
3
3
description: "Learn time-saving tips for using Build Insights."
4
-
ms.date: 11/11/2024
4
+
ms.date: 1/8/2025
5
5
author: tylermsft
6
6
ms.author: twhitney
7
7
ms.topic: article
@@ -30,14 +30,14 @@ If you have a large solution with many projects, you can filter the Build Insigh
30
30
To try it, click the filter button on the filter column header and select the projects you want to see results for:
31
31
32
32
:::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.
34
34
:::image-end:::
35
35
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:
37
37
38
38
:::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.":::
39
39
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.
41
41
42
42
Here are some other examples:
43
43
@@ -55,10 +55,10 @@ This feature requires Visual Studio 2022 17.12 or later.
55
55
56
56
Now you can designate a folder to automatically save Build Insight reports to so you can easily access them.
57
57
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:
59
59
60
60
:::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.
62
62
:::image-end:::
63
63
64
64
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