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
"powershell.codeFormatting.whitespaceBetweenParameters": true
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force $Type = 'Test' 'Onet', 'Evotec' | Where-Object { if ($Type -eq 'Test') { #$_ } }
Code is functionally the same
The interpolated string on the first line gets removed.
Import-Module "$PSScriptRoot\-Force $Type = 'Test' 'Onet', 'Evotec' | Where-Object { if ($Type -eq 'Test') { #$_ } }
If an unexpected error was thrown then please report the full error details using e.g. $error[0] | Select-Object *
$error[0] | Select-Object *
PSSA 1.19.0
The text was updated successfully, but these errors were encountered:
bergmeister
Successfully merging a pull request may close this issue.
Setting the vs code setting
"powershell.codeFormatting.whitespaceBetweenParameters": true
Steps to reproduce
Expected behavior
Code is functionally the same
Actual behavior
The interpolated string on the first line gets removed.
If an unexpected error was thrown then please report the full error details using e.g.
$error[0] | Select-Object *
Environment data
PSSA 1.19.0
The text was updated successfully, but these errors were encountered: