We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d541bc commit 745b174Copy full SHA for 745b174
1 file changed
hub/powertoys/command-palette/creating-an-extension.md
@@ -25,9 +25,12 @@ The Command Palette extension system allows developers to create custom commands
25
26
**Prerequisites:**
27
28
-- Visual Studio with C# development workload
+- Visual Studio with the following workloads
29
+ - C# development workload
30
+ - WinUI application development workload
31
- Windows 11 with PowerToys installed
-- 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
34
35
Extensions are written in C#. The fastest way to get started writing extensions is from the Command Palette itself.
36
0 commit comments