Prerequisites
Summary
Powershell formatting properly aligns equal signs in hashtables but does not align equal signs in enums:
PowerShell Version
Name Value
---- -----
PSVersion 7.1.5
PSEdition Core
GitCommitId 7.1.5
OS Microsoft Windows 10.0.19044
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Visual Studio Code Version
1.61.2
6cba118ac49a1b88332f312a8f67186f7f3c1643
x64
Extension Version
ms-vscode.powershell@2021.10.2
Steps to Reproduce
Declare an enum and a hashtable with varying lengths of elements so that the equal signs do not align in a column and then format the document. Hash table equal signs will align but the enum equal signs will not.
Visuals
No response
Logs
No response
Prerequisites
Summary
Powershell formatting properly aligns equal signs in hashtables but does not align equal signs in enums:
PowerShell Version
Visual Studio Code Version
Extension Version
ms-vscode.powershell@2021.10.2Steps to Reproduce
Declare an enum and a hashtable with varying lengths of elements so that the equal signs do not align in a column and then format the document. Hash table equal signs will align but the enum equal signs will not.
Visuals
No response
Logs
No response