Skip to content

Commit cd490ab

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/windows-dev-docs (branch docs)
2 parents bdde7f5 + 2dd7fc6 commit cd490ab

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

hub/powertoys/command-palette/creating-an-extension.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ The Command Palette extension system allows developers to create custom commands
2525

2626
**Prerequisites:**
2727

28-
- Visual Studio with C# development workload
28+
- Visual Studio with the following workloads
29+
- C# development workload
30+
- WinUI application development workload
2931
- Windows 11 with PowerToys installed
32+
- Enable [Developer mode on Windows](/windows/apps/get-started/developer-mode-features-and-debugging)
3033
- Basic knowledge of C# programming
3134

3235
Extensions are written in C#. The fastest way to get started writing extensions is from the Command Palette itself.

0 commit comments

Comments
 (0)