diff --git a/snippets/PowerShell.json b/snippets/PowerShell.json index fbc7bedecb..94e558a803 100644 --- a/snippets/PowerShell.json +++ b/snippets/PowerShell.json @@ -606,7 +606,7 @@ "\t${0:$TM_SELECTED_TEXT}", "}", "catch {", - "\t{1:<#Do this if a terminating exception happens#>}", + "\t${1:<#Do this if a terminating exception happens#>}", "}" ] },