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
When using the powershell formatter to format a DSC script, it incorrectly expands DSC resource e.g Package gets expanded to Get-Package which is incorrect in context of DSC.
Prerequisites
Summary
When using the powershell formatter to format a DSC script, it incorrectly expands DSC resource e.g
Package
gets expanded toGet-Package
which is incorrect in context of DSC.PowerShell Version
Visual Studio Code Version
Extension Version
ms-vscode.powershell@2024.2.2
Steps to Reproduce
"powershell.codeFormatting.autoCorrectAliases": true
set.Alt+Shift+F
Code Snippet
Expected behavior
Actual behavior
Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered: