From 745b174a974a0e38994903476bc73de65d5974c1 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 15 Oct 2025 20:27:03 +0000 Subject: [PATCH 1/3] 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. --- hub/powertoys/command-palette/creating-an-extension.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hub/powertoys/command-palette/creating-an-extension.md b/hub/powertoys/command-palette/creating-an-extension.md index 586f3631e7..c8d4ec3c86 100644 --- a/hub/powertoys/command-palette/creating-an-extension.md +++ b/hub/powertoys/command-palette/creating-an-extension.md @@ -25,9 +25,12 @@ 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 -- Basic knowledge of C# programming +- Enable (Developer mode on Windows)[https://learn.microsoft.com/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. From 19a660877aef580ee55685e83639c1205f499e22 Mon Sep 17 00:00:00 2001 From: Alvin Ashcraft <73072+alvinashcraft@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:29:38 -0400 Subject: [PATCH 2/3] Update hub/powertoys/command-palette/creating-an-extension.md Co-authored-by: Mike Griese --- hub/powertoys/command-palette/creating-an-extension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/powertoys/command-palette/creating-an-extension.md b/hub/powertoys/command-palette/creating-an-extension.md index c8d4ec3c86..146aeda8ff 100644 --- a/hub/powertoys/command-palette/creating-an-extension.md +++ b/hub/powertoys/command-palette/creating-an-extension.md @@ -30,7 +30,7 @@ The Command Palette extension system allows developers to create custom commands - WinUI application development workload - Windows 11 with PowerToys installed - Enable (Developer mode on Windows)[https://learn.microsoft.com/windows/apps/get-started/developer-mode-features-and-debugging] -- - Basic knowledge of C# programming +- Basic knowledge of C# programming Extensions are written in C#. The fastest way to get started writing extensions is from the Command Palette itself. From 67bb161cdf9830155b32c19bdfe01952b40881ab Mon Sep 17 00:00:00 2001 From: Alvin Ashcraft <73072+alvinashcraft@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:31:19 -0400 Subject: [PATCH 3/3] Update hub/powertoys/command-palette/creating-an-extension.md --- hub/powertoys/command-palette/creating-an-extension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/powertoys/command-palette/creating-an-extension.md b/hub/powertoys/command-palette/creating-an-extension.md index 146aeda8ff..cf6bad23b4 100644 --- a/hub/powertoys/command-palette/creating-an-extension.md +++ b/hub/powertoys/command-palette/creating-an-extension.md @@ -29,7 +29,7 @@ The Command Palette extension system allows developers to create custom commands - C# development workload - WinUI application development workload - Windows 11 with PowerToys installed -- Enable (Developer mode on Windows)[https://learn.microsoft.com/windows/apps/get-started/developer-mode-features-and-debugging] +- 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.