-
Notifications
You must be signed in to change notification settings - Fork 510
PowerShell debug console doesn't word wrap correctly #7
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
Yep, I've been talking to the VS Code team about this, hopefully we'll get some improvements for long output lines in the next release. |
Tracked in the VS Code repo with this issue: |
This issue is really important. It makes VS Code almost unusable for PowerShell use in my opinion. |
I agree, it makes the console pretty useless when you can't see multi-line output from a command. Hopefully the VS Code team will get this fixed for their next release. |
Hi guys, this situation should improve a lot in the upcoming 0.10.7 and 0.4.0 releases of VS Code and the PowerShell extension. Once those are out I'll comment back here so you can go try it out and let me know what you think. |
It is definitely better but the output seems to be wrapping at column 80 and my Debug Console window is much wider than that.
If we can't detect the column width of the output window perhaps we make this a debug setting the user can set in their preferences (I would default it to 120). Then we run output through something like |
That's a great point actually, we should add a config setting for that. In the meantime I'll increase the width of the virtual console. What would be a good default width, 100? 120? |
Filed an issue for the configuration setting here: #80 |
Also created this issue for increasing the default console width: PowerShell/PowerShellEditorServices#129 |
Given the horizontal debug window in 0.10.7, I suggest 120. |
Keith has fixed this in PowerShell Editor Services, you should have better output wrapping in the 0.4.0 release next week! |
If you issue a command line "gci", the terminal output is word wrapped to a very narrow window, instead of occupying the full space available. If you resize the window, the output doesn't adjust.
The text was updated successfully, but these errors were encountered: