Skip to content

Commit 7bfe913

Browse files
Fix try-catch snippet (missing a $) (#4311)
1 parent d03c680 commit 7bfe913

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
@@ -606,7 +606,7 @@
606606
"\t${0:$TM_SELECTED_TEXT}",
607607
"}",
608608
"catch {",
609-
"\t{1:<#Do this if a terminating exception happens#>}",
609+
"\t${1:<#Do this if a terminating exception happens#>}",
610610
"}"
611611
]
612612
},

0 commit comments

Comments
 (0)