Skip to content

Commit 73fe43b

Browse files
Merge pull request #5889 from MicrosoftDocs/main638961573930287550sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents bdde7f5 + cd490ab commit 73fe43b

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)