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
If a new hashtable is added anywhere in the code that has a property name that contains a period, then the formatting breaks and undoes the PropertyValuePair alignment for the whole document:
$PSVersionTable
:Issue Description
I am experiencing the following problem with the
powershell.codeFormatting.alignPropertyValuePairs
setting.With this set to true, the following sample code will have the property value pairs correctly aligned when the document is formatted:
If a new hashtable is added anywhere in the code that has a property name that contains a period, then the formatting breaks and undoes the PropertyValuePair alignment for the whole document:
The text was updated successfully, but these errors were encountered: