Closed
Description
Greatly appreciate the PowerShell integrated console introduced in 0.10.0. It would be helpful to include support for Write-Progress. Currently code like this:
1..100| foreach { write-progress -Activity Working -Status Counting -CurrentOperation $_; start-sleep -Milliseconds 100}
Runs without error but also without any display.