Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e8b4490

Browse files
committedFeb 19, 2022
Remove Comment Help
1 parent 20aa896 commit e8b4490

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed
 

‎snippets/PowerShell.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,27 +49,6 @@
4949
" #>"
5050
]
5151
},
52-
"Comment-Help": {
53-
"prefix": "comment-help",
54-
"description": "Comment-based help for an advanced function snippet",
55-
"body": [
56-
"<#",
57-
".SYNOPSIS",
58-
"\tShort description",
59-
".DESCRIPTION",
60-
"\tLong description",
61-
".EXAMPLE",
62-
"\tPS C:\\> <example usage>",
63-
"\tExplanation of what the example does",
64-
".INPUTS",
65-
"\tInputs (if any)",
66-
".OUTPUTS",
67-
"\tOutput (if any)",
68-
".NOTES",
69-
"\tGeneral notes",
70-
"#>"
71-
]
72-
},
7352
"Constructor": {
7453
"prefix": "ctor",
7554
"description": "Class constructor definition snippet",

0 commit comments

Comments
 (0)
Please sign in to comment.