Skip to content

Commit aee5f52

Browse files
authored
Update creating-an-extension.md
Make it instantly obvious what language is used to develop extensions.
1 parent a8c49aa commit aee5f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ no-loc: [PowerToys, Windows, Insider]
99

1010
# Creating an extension
1111

12-
The fastest way to get started writing extensions is from the Command Palette itself. Just run the "Create a new extension" command, fill out the fields to populate the template project, and you should be ready to start.
12+
Extensions are written in C#. The fastest way to get started writing extensions is from the Command Palette itself. Just run the "Create a new extension" command, fill out the fields to populate the template project, and you should be ready to start.
1313

1414
## Create a new extension
1515

0 commit comments

Comments
 (0)