You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IncreaseIndentationAfterEveryPipeline: Indent more after the first pipeline and keep this indentation. Example:
foo |
bar |
baz
That does not happen.
Instead, I get
foo |
bar |
baz
PowerShell Version
PSVersionTable : The term 'PSVersionTable' is not recognized as the name of a cmdlet, function, script file, oroperable program. Check the spelling of the name, or if a path was included, verify that the path is correct and tryagain.At line:1 char:1+ PSVersionTable; $Host+ ~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (PSVersionTable:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundExceptionName : ConsoleHostVersion : 5.1.22621.4111InstanceId : 6fce9dd9-a19f-404e-9d8b-b724ba96b14cUI : System.Management.Automation.Internal.Host.InternalHostUserInterfaceCurrentCulture : en-USCurrentUICulture : en-USPrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxyDebuggerEnabled : TrueIsRunspacePushed : FalseRunspace : System.Management.Automation.Runspaces.LocalRunspace
Visual Studio Code Version
1.92.2fee1edb8d6d72a0ddff41e5f71a671c23ed924b9x64
Extension Version
ms-vscode.powershell@2024.2.2
Steps to Reproduce
Add "powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationAfterEveryPipeline", to settings.json.
Visuals
PowerShell.formatter.pipelineIndentationStyle.mp4
Logs
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
Summary
The setting in question says:
That does not happen.
Instead, I get
PowerShell Version
Visual Studio Code Version
Extension Version
ms-vscode.powershell@2024.2.2
Steps to Reproduce
Add
"powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationAfterEveryPipeline",
to settings.json.Visuals
PowerShell.formatter.pipelineIndentationStyle.mp4
Logs
No response
The text was updated successfully, but these errors were encountered: