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
Transferred from PowerShell/vscode-powershell#1867
format the following with the default vscode settings and Pipelineindentation set to NoIndentation
gmo| ? {$_.IsDuck}| git
gmo | ? { $_.IsDuck } | git
No change in formatting.
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.18.0 on Windows with PS 6.2.0
The text was updated successfully, but these errors were encountered:
Still applies to 1.18.1
Sorry, something went wrong.
No branches or pull requests
Transferred from PowerShell/vscode-powershell#1867
Steps to reproduce
format the following with the default vscode settings and Pipelineindentation set to NoIndentation
Expected behavior
Actual behavior
No change in formatting.
If an unexpected error was thrown then please report the full error details using e.g.
$error[0] | Select-Object *
Environment data
PSSA 1.18.0 on Windows with PS 6.2.0
The text was updated successfully, but these errors were encountered: