Skip to content

Commit 7e1c579

Browse files
committed
(doc) Remove incorrect line about extensions
The .extension file extension is a requirement when creating extension packages. It is this file extension that causes Chocolatey CLI to extract the files into the extensions folder, in the same way that the .hook file extension that causes files to be extracted into the hooks folder, and then the .template file extension that causes files to be extracted into the templates folder.
1 parent 2eff204 commit 7e1c579

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/content/docs/en-us/guides/create/create-extension-package.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ Open the `example.extension.nuspec` file in VS Code and modify the metadata as a
132132

133133
That's all you need!
134134

135-
You may notice that all of the example packages above end with `.extension`. This is not required for an extension package by Chocolatey itself, but it is how we easily classify extension packages on the Chocolatey Community Repository.
136-
137135
#### Creating Your Install Script
138136

139137
As we mentioned earlier, there's no need for an install script in an extension package - Chocolatey CLI handles putting the extension in the right place!

0 commit comments

Comments
 (0)