## Steps to reproduce 1. Add this to a ps1 file in VSCode. ```powershell @(( 'test' )) ``` 2. Format document. ## Expected result ```powershell @(( 'test' )) ``` ## Actual result ```powershell @(( 'test' ))