Skip to content

Commit 869b3c7

Browse files
fullenw1TylerLeonhardt
authored andcommitted
Remove Region Block snippet (#1697)
The Region Block snippet has been added to the built-in snippets and doesn't need to be added to the user's snippets anymore.
1 parent eaf796e commit 869b3c7

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

docs/community_snippets.md

-19
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ _To contribute, check out our [guide here](#contributing)._
3333
| [PesterTestForMandatoryParameter](#pestertestformandatoryparameter) | _Create Pester test for a mandatory parameter_ |
3434
| [PesterTestForParameter](#pestertestforparameter) | _Create Pester test for parameter_ |
3535
| [PSCustomObject](#pscustomobject) | _A simple PSCustomObject by @brettmillerb_ |
36-
| [Region Block](#region-block) | _Region Block for organizing and folding of your code_ |
3736
| [Send-MailMessage](#send-mailmessage) | _Send an mail message with the most common parameters by @fullenw1_ |
3837

3938
## Snippets
@@ -368,24 +367,6 @@ A simple PSCustomObject by @brettmillerb. It has 4 properties that you can tab t
368367
}
369368
```
370369

371-
### Region Block
372-
373-
Use the `#region` for organizing your code (including good code folding).
374-
375-
#### Snippet
376-
377-
```json
378-
"Region Block": {
379-
"prefix": "#region",
380-
"body": [
381-
"#region ${1}",
382-
"$0",
383-
"#endregion"
384-
],
385-
"description": "Region Block for organizing and folding of your code"
386-
}
387-
```
388-
389370
### Send-MailMessage
390371

391372
Add the Send-MailMessage cmdlet with the most common parameters in a hashtable for splatting, by @fullenw1.

0 commit comments

Comments
 (0)