We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279e6db commit 47824eeCopy full SHA for 47824ee
hub/apps/how-tos/copilot-chat-winui3.md
@@ -130,7 +130,7 @@ This highlights an important consideration: If you provide Copilot with **precis
130
131
At the time of this writing, the above input generated the below output:
132
133
-```MainWindow.xaml.cs
+```csharp MainWindow.xaml.cs
134
using Microsoft.UI.Xaml;
135
using Microsoft.UI.Xaml.Controls;
136
using System;
@@ -179,7 +179,7 @@ namespace ImageGenerator
179
}
180
```
181
182
-```MainWindow.xaml
+```xml MainWindow.xaml
183
<Window
184
x:Class="ImageGenerator.MainWindow"
185
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
0 commit comments