While editing a PS1 in VS Code if I type two '#' characters this is happening: ``` ############################## #.SYNOPSIS #Short description # #.DESCRIPTION #Long description # #.PARAMETER Foo #Parameter description # #.PARAMETER Bar #Parameter description # #.EXAMPLE #An example # #.NOTES #General notes ############################## ``` This is not what I want. How can I stop this from happening? Thank you for your help.