We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9eead58 + 7b49ac9 commit 0a61107Copy full SHA for 0a61107
snippets/PowerShell.json
@@ -3,15 +3,16 @@
3
"prefix": "manifest",
4
"body": [
5
"@{",
6
- "\t# If authoring a script module, the RootModule is your .psm1 file",
+ "\t# If authoring a script module, the RootModule is the name of your .psm1 file",
7
"\tRootModule = '${module:MyModule}.psm1'",
8
"",
9
- "\tAuthor = '${author:Cool Person <coolperson@email.local>}",
+ "\tAuthor = '${author:Cool Person <coolperson@email.local>}'",
10
11
"\tCompanyName = '${company:Contoso Inc.}'",
12
13
"\tModuleVersion = '${ModuleVersion:0.1}'",
14
15
+ "\t# Use the New-Guid command to generate a GUID, and copy/paste into the next line"
16
"\tGUID = '<pasteNewGUIDhere>'",
17
18
"\tCopyright = '2017 ${company:Copyright Holder}'",
0 commit comments