Skip to content

Commit 745b174

Browse files
authored
Revise prerequisites for creating an extension
Updated prerequisites for extension development to include WinUI application development workload and a link to enable Developer mode on Windows.
1 parent 4d541bc commit 745b174

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ 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
30-
- Basic knowledge of C# programming
32+
- Enable (Developer mode on Windows)[https://learn.microsoft.com/windows/apps/get-started/developer-mode-features-and-debugging]
33+
- - 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.
3336

0 commit comments

Comments
 (0)