-
Notifications
You must be signed in to change notification settings - Fork 518
Closed
Labels
Issue-BugA bug to squash.A bug to squash.Resolution-DuplicateWill close automatically.Will close automatically.
Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all issues to ensure it has not already been reported.
- I have read the troubleshooting guide.
- I am sure this issue is with the extension itself and does not reproduce in a standalone PowerShell instance.
- I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension.
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
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
Visual Studio Code Version
1.64.2
f80445acd5a3dadef24aa209168452a3d97cc326
x64
Extension Version
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
Steps to Reproduce
for ($i = 0; $i -lt 100; $i++) {
Write-Progress -PercentComplete $i -Activity "Parsing $Path [$i/100]"
}
Visuals
No response
Logs
No response
Metadata
Metadata
Assignees
Labels
Issue-BugA bug to squash.A bug to squash.Resolution-DuplicateWill close automatically.Will close automatically.