Skip to content

Commit 0eb4774

Browse files
committed
fix image syntax
1 parent cb14485 commit 0eb4774

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ 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

3636
You can also use file wildcards to filter results. The search is case-insensitive and you should use forward slashes (`/`) as path separators:
@@ -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 **Store Build Insights reports in this directory**:
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+
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."
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)