We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabling the powershell.codeFormatting.whitespaceBetweenParameters setting causes the formatter to remove more than just whitespace in some cases.
powershell.codeFormatting.whitespaceBetweenParameters
For example, if you use an inline hashtable as the argument for a parameter, it will remove the = characters from the hashtable:
=
I also found a case where it removed an apostrophe, breaking a Pester test:
The text was updated successfully, but these errors were encountered:
My bad, this looks like a duplicate of #1561. I'll close this.
Sorry, something went wrong.
No branches or pull requests
Enabling the
powershell.codeFormatting.whitespaceBetweenParameters
setting causes the formatter to remove more than just whitespace in some cases.For example, if you use an inline hashtable as the argument for a parameter, it will remove the
=
characters from the hashtable:I also found a case where it removed an apostrophe, breaking a Pester test:
The text was updated successfully, but these errors were encountered: