You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community_snippets.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -398,7 +398,14 @@ Add the Send-MailMessage cmdlet with the most common parameters in a hashtable f
398
398
399
399
## Contributing
400
400
401
-
If you'd like to add a snippet to this list, [open a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request) with the following changes:
401
+
To optimize snippet usability and discoverability for end users we will only ship snippets in the extension which we believe meet the following requirements:
402
+
- Must be broadly applicable to most PowerShell extension users
403
+
- Must be substantially different from existing snippets or intellisense
404
+
- Must not violate any intellectual property rights
405
+
406
+
If your snippet does not meet these requirements but would still be useful to customers we will include it in our list of [Awesome Community Snippets](https://github.com/PowerShell/vscode-powershell/blob/master/docs/community_snippets.md). Additionally, snippet creators can publish snippet libraries as standalone extensions in the [VSCode Marketplace](https://code.visualstudio.com/api/working-with-extensions/publishing-extension).
407
+
408
+
If you'd like a snippet to be considered for addition to the list, [open a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request) with the following changes:
Copy file name to clipboardExpand all lines: docs/development.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,4 +55,8 @@ When you build, this will:
55
55
- Add a warning to the top of the README.md to warn users not to have the stable and preview version enabled at the same time
56
56
- Adds "Preview" in a few places in the package.json
57
57
58
-
This mechanism is mostly used for releases.
58
+
This mechanism is mostly used for releases
59
+
60
+
## Contributing Snippets
61
+
62
+
For more information on contributing snippets please read our [snippet requirements](https://github.com/PowerShell/vscode-powershell/blob/master/docs/community_snippets.md#contributing).
0 commit comments