Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion hub/powertoys/command-palette/creating-an-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ The Command Palette extension system allows developers to create custom commands

**Prerequisites:**

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

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