PowerShell / PowerShellEditorServices

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

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

Closed andyleejordan closed 1 year ago

andyleejordan commented 1 year 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.