-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Get-ChildItem in Out-GridView with ANSI Escape sequences :-( #17636
Copy link
Copy link
Closed
Labels
Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-FixedThe issue is fixed.The issue is fixed.
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues.
- Refer to the FAQ.
- Refer to Differences between Windows PowerShell 5.1 and PowerShell.
Steps to reproduce
Using for example PowerShell 7.3.0-preview.5 on Windows 10 21H1.
With PowerShell 7.1.4 it don't work, because it needs the file and directory coloring.
Input then Get-ChildItem | Out-GridView on the PowerShell in a directory with subdirectories and *-.exe-files.
Expected behavior
That a directory called "Downloads" is in the Out-GridView shown as "Downloads".
And that an executable called "program.exe" is in the Out-GridView shown as "program.exe".Actual behavior
The directory called "Downloads" is in the Out-GridView shown as "[44;1mDownloads[0m".
And the executable called "program.exe" is in the Out-GridView shown as "[32;1mprogram.exe[0m".Error details
there is no errorEnvironment data
PS D:\> $PSVersionTable
Name Value
---- -----
PSVersion 7.3.0-preview.5
PSEdition Core
GitCommitId 7.3.0-preview.5
OS Microsoft Windows 10.0.19043
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
PS D:\>Visuals
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-FixedThe issue is fixed.The issue is fixed.
