PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
613 stars 207 forks source link

Wrap import of DSC module with `ProgressPreference = SilentlyContinue` #2068

Closed andyleejordan closed 9 months ago

andyleejordan commented 9 months ago

And set it back afterwards. Since it has ErrorAction = Ignore it should always get set back correctly. This prevents the progress pane from getting stuck in certain circumstances.