Skip to content

Commit 0764d04

Browse files
Fix ai-build.md: remove incorrect VS Code prerequisite and shortcut reference
WinUI 3 apps require Visual Studio — VS Code has no WinUI project templates or MSIX build tooling. Fixes build.md prereqs and opens Copilot Chat instruction to be Visual Studio-specific. Co-authored-by: Copilot <[email protected]>
1 parent fcb7483 commit 0764d04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hub/apps/get-started/ai-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this tutorial, you use GitHub Copilot in agent mode to build a complete WinUI
2323
## Prerequisites
2424

2525
- GitHub Copilot set up with the WinUI 3 plugin and Learn MCP Server — see [Set up GitHub Copilot for Windows development](ai-setup.md)
26-
- [Visual Studio 2022](/visualstudio/install/install-visual-studio) with the **WinUI application development** workload, or VS Code with the [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit)
26+
- [Visual Studio 2022](/visualstudio/install/install-visual-studio) with the **WinUI application development** workload
2727
- [winapp CLI](../dev-tools/winapp-cli/index.md) installed (`winget install Microsoft.winappcli`)
2828

2929
---
@@ -36,7 +36,7 @@ Create a new WinUI 3 project using Visual Studio's **Blank App, Packaged (WinUI
3636

3737
### Open Copilot agent mode and scaffold the structure
3838

39-
Open Copilot Chat (`Ctrl+Alt+I` in VS Code, or the Copilot Chat panel in Visual Studio) and switch to **agent mode**. Then enter:
39+
Open the Copilot Chat panel in Visual Studio and switch to **agent mode**. Then enter:
4040

4141
> *"I have a new blank WinUI 3 project called NotesApp. Set up an MVVM architecture with the following structure: a MainWindow with a NavigationView, three pages (Notes, Favorites, Settings), a ViewModels folder with a base ViewModel class and a NotesViewModel, and a Models folder with a Note model that has Id, Title, Content, and CreatedAt properties. Use CommunityToolkit.Mvvm."*
4242

0 commit comments

Comments
 (0)