Skip to content

Commit a87e0c3

Browse files
committed
Fix 'method' snippet -missing a $. Issue PowerShell#63.
1 parent dd736af commit a87e0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/PowerShell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
"Method": {
430430
"prefix": "method",
431431
"body": [
432-
"[${void}] ${MethodName}(${OptionalParameters}) {",
432+
"[${void}] ${MethodName}($${OptionalParameters}) {",
433433
"\t$0",
434434
"}"
435435
],

0 commit comments

Comments
 (0)