-
Notifications
You must be signed in to change notification settings - Fork 491
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
Write-Progress
not cleaned up unless -Complete
is explicitly specified
#3807
Write-Progress
not cleaned up unless -Complete
is explicitly specified
#3807
Comments
I can repro this. Any thoughts on how to fix? |
@andschwa I wonder if this is a PSHost thing that has to be reimplemented, since a lot of that went away. |
@JustinGrote |
FWIW I tried using |
Linking @SeeminglyScience's potential fix: #3423 (comment) |
Write-Progress
not cleaned up unless -Complete
is explicitly specified
The fix for this is out in PowerShell Preview v2022.2.2! |
Prerequisites
Summary
If you do a -complete it will go away. In normal PS it will go away at end of execution and return to prompt, so the "return to prompt" handling that happens in progress must not be happening in our host.
PowerShell Version
Preview
Visual Studio Code Version
Insiders
Extension Version
Preview
Steps to Reproduce
Write-Progress 'test'
Hit enter a few times
Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered: