Skip to content

Commit 6226247

Browse files
Add braces to PSCustomObject snippet to play nice with auto-closing pairs
1 parent 287ba54 commit 6226247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/PowerShell.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@
924924
]
925925
},
926926
"PSCustomObject": {
927-
"prefix": "PSCustomObject",
927+
"prefix": "[PSCustomObject]",
928928
"body": [
929929
"[PSCustomObject]@{",
930930
"\t${1:Name} = ${2:Value}",

0 commit comments

Comments
 (0)