Skip to content

Add support for Write-Progress with integrated console #384

Closed
@jdhitsolutions

Description

@jdhitsolutions

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions