We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Often whenever there is some kind of progress bar it ruins the output
After the script is done - it stays like that. Doing Clear-Host doesn't clear it.
PSVersion 5.1.22000.282 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.22000.282 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
1.64.2 f80445acd5a3dadef24aa209168452a3d97cc326 x64
ms-vscode.powershell@2021.12.0 ms-vscode.powershell-preview@2022.2.0 tobysmith568.run-in-powershell@1.1.1 TylerLeonhardt.vscode-inline-values-powershell@0.0.5
for ($i = 0; $i -lt 100; $i++) { Write-Progress -PercentComplete $i -Activity "Parsing $Path [$i/100]" }
No response
The text was updated successfully, but these errors were encountered:
I believe this is a dupe of #3807
Sorry, something went wrong.
No branches or pull requests
Prerequisites
Summary
Often whenever there is some kind of progress bar it ruins the output
After the script is done - it stays like that. Doing Clear-Host doesn't clear it.
PowerShell Version
Visual Studio Code Version
Extension Version
Steps to Reproduce
Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered: