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/build-performance.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The GitHub Copilot build performance for Windows helps you make your builds fast
14
14
15
15
- Visual Studio 2026 version 18.3 Insiders 4, or later.
16
16
- MSVC Build Tools version 14.50 or later.
17
-
-A MSBuild or CMake project.
17
+
-An MSBuild or CMake project.
18
18
- Windows 10 or later.
19
19
20
20
### Before you begin
@@ -33,7 +33,7 @@ Verify your GitHub Copilot subscription on GitHub, and then sign in to your GitH
33
33
34
34
1. Verify your GitHub Copilot subscription by signing in to [https://github.com](https://github.com/). Select your profile picture and then [Copilot settings](https://github.com/settings/copilot/features). Your plan type appears near the top of the page:
35
35
36
-
:::image type="complex" source="./media/copilot-subscription.png" alt-text="Screenshot of the users GitHub Copilot information.":::
36
+
:::image type="complex" source="./media/copilot-subscription.png" alt-text="Screenshot showing the user's GitHub Copilot information.":::
37
37
The Copilot settings page shows the type of subscription. In this case, the user has GitHub Copilot Enterprise.
38
38
:::image-end:::
39
39
1. In Visual Studio, sign in to your GitHub account:
@@ -71,7 +71,7 @@ To start the GitHub Copilot build performance agent:
71
71
1. Select your preferred model in the model drop down menu:
72
72
73
73
:::image type="complex" source="./media/model-select.png" alt-text="Screenshot of the model selection menu in the Copilot Chat window.":::
74
-
This dropdown lists models various models like GPT-5, CLaude Sonnet 4, Gemini 3 Pro, and others.
74
+
This dropdown lists various models like GPT-5, CLaude Sonnet 4, Gemini 3 Pro, and others.
75
75
:::image-end:::
76
76
77
77
1. Instruct GitHub Copilot to improve the build performance of your selected project by typing something like **Help me improve the build performance of this project**. You can add extra context so that GitHub Copilot can better make suggestions to match the needs of your project.
@@ -104,7 +104,7 @@ Choose **Yes**. The Windows User Account Control dialog then appears:
104
104
The dialog asks for permission for the Windows Command Processor, verified publisher Microsoft, to allow this app to make changes to your device. There are Yes and No buttons.
105
105
:::image-end:::
106
106
107
-
Choose **Yes** to grant permission to capture the MSVC compiler traces. Denying the elevated request to cancel the build analysis.
107
+
Choose **Yes** to grant permission to capture the MSVC compiler traces. Denying the elevated request cancels the build analysis.
108
108
109
109
## Guide GitHub Copilot through the process of improving the build time
0 commit comments