-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Error Reporter Does Not Like Line Breaks #124340
Comments
@hediet what build of windows are you on? Run |
I'm sorry, totally forgot about this.
|
Are you still seeing this? |
Unfortunately, yes! This is the text from the terminal (some parts of it are really scrambled, I used copy & paste):
The likelyhood of this happening increases when decreasing the width of the terminal. |
There's probably not much we can do about this, I believe you're hitting the limits of our line wrapping heuristic where since old conpty doesn't support line wrapping we assume a link is wrapped if the last character in the row is non-whitespace. Reducing the width of the terminal will increase the chance of a line-ending space which results in a failure. @meganrogge has worked on the fix for this but you'll need to wait until Windows build 21376 #91898 |
I'm using the latest VS Code & latest Windows.
This is what the terminal reports (
VS Code - Build
task):This is the reported problem:
Notice the vertical space. When I click on it, VS Code does not find the file.
The text was updated successfully, but these errors were encountered: