-
Notifications
You must be signed in to change notification settings - Fork 234
Table width not calculated correct when using VT100 #840
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
Comments
@thordreier thanks for pointing this out, I am able to easily reproduce this result. I am calling this an enhancement because it is not available in the ISE, but it does seem like a reasonable ask. |
See also: PowerShell/PowerShell#7744 |
@rkeithhill also had some good discussion in that issue |
This works in |
Table width not calculated correct when using VT100.
https://docs.microsoft.com/en-us/powershell/wmf/5.1/console-improvements states "PowerShell will ignore certain VT100 formatting escape sequences when calculating table widths". This is true in "plain" PowerShell, but not in VSCode.
This example demonstrates the problem:
This example...:
The text was updated successfully, but these errors were encountered: