When creating Powershell snippits it will not repleace single $ with double $.
Variables are definded in powershell with a $. VSC Snippets will remove single $.
example:
this could also be resolved by doing a '\' before the $. I went in and manually added the '\' in my code snippet because I found the same problem when trying to create some scss snippets...
When creating Powershell snippits it will not repleace single $ with double $. Variables are definded in powershell with a $. VSC Snippets will remove single $. example:
should be
"$$variable = \"TEST\""