diff --git a/snippets/PowerShell.json b/snippets/PowerShell.json index b98472f56b..5c1b58e2cc 100644 --- a/snippets/PowerShell.json +++ b/snippets/PowerShell.json @@ -924,7 +924,7 @@ ] }, "PSCustomObject": { - "prefix": "PSCustomObject", + "prefix": "[PSCustomObject]", "body": [ "[PSCustomObject]@{", "\t${1:Name} = ${2:Value}",