Open
Description
Summary of the new feature
Document formatter should be able to convert default cmdlets (and it's parameters) case, when some setting is set. (powershell.codeFormatting.keepcmdletcapitalization
)
Before formatting:
get-content "somefile.json" -raw | convertfrom-json
After formatting:
Get-Content "somefile.json" -Raw | ConvertFrom-Json