Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Write-Progress with integrated console #384

Closed
jdhitsolutions opened this issue Mar 15, 2017 · 4 comments
Closed

Add support for Write-Progress with integrated console #384

jdhitsolutions opened this issue Mar 15, 2017 · 4 comments
Labels

Comments

@jdhitsolutions
Copy link

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.

@jdhitsolutions
Copy link
Author

@daviwil
Copy link
Contributor

daviwil commented Mar 15, 2017

Here's good, it's where the work needs to be done. I agree, we need Write-Progress. I was going to try and find a way to do this in a nicely integrated way with the editor rather than duplicating the existing Write-Progress console experience. Should I just focus on making progress show up in the console?

@daviwil daviwil added the Issue-Enhancement A feature request (enhancement). label Mar 15, 2017
@daviwil daviwil added this to the 0.11.0 milestone Mar 15, 2017
@dragonwolf83
Copy link

I vote for making it show up in console first. Later, it would be great to have a setting to allow for an Editor UI to override it.

With ISE, progress looks nice for one item, but was a bit too heavy when doing multiple progress bars. IIRC, the Console had a better experience and I was actually wanting to turn off the UI after I saw that.

@daviwil daviwil modified the milestones: 0.11.0, 0.12.0 Mar 22, 2017
@daviwil daviwil modified the milestones: 0.12.0, April 2017 Apr 4, 2017
@daviwil daviwil modified the milestones: June 2017, Backlog Oct 27, 2017
TylerLeonhardt pushed a commit to TylerLeonhardt/PowerShellEditorServices that referenced this issue Feb 26, 2019
This change updates our snippets to properly escape the dollar sign
character to that it shows up correctly in snippet output.
TylerLeonhardt pushed a commit to TylerLeonhardt/PowerShellEditorServices that referenced this issue Feb 26, 2019
@andyleejordan andyleejordan removed this from the Backlog milestone Aug 17, 2021
@SeeminglyScience
Copy link
Collaborator

Oops this should have been closed ages ago with #874

@ghost ghost added the Needs: Maintainer Attention Maintainer attention needed! label Nov 10, 2021
@andyleejordan andyleejordan removed the Needs: Maintainer Attention Maintainer attention needed! label May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants