-
Notifications
You must be signed in to change notification settings - Fork 54
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
Warning and error messages are truncated in Problems view #1074
Comments
Thanks for this @HeMet, this definitely needs addressing. I took a quick look and this seems to be happening because these issues are parsed out of the build output, and Windows is inserting new lines at some arbitrary column length. This doesn't happen on macOS. |
award999
added a commit
to award999/vscode-swift
that referenced
this issue
Sep 18, 2024
* We never want to resize the terminal regardless of if deployed or debug environment * If we are using conpty don't put large cols values as it will throw an error when task terminal opens * When we aren't using conpty (debugging) need to set a large cols value Issue: swiftlang#1074
award999
added a commit
that referenced
this issue
Sep 19, 2024
* We never want to resize the terminal regardless of if deployed or debug environment * If we are using conpty don't put large cols values as it will throw an error when task terminal opens * When we aren't using conpty (debugging) need to set a large cols value Issue: #1074
plemarquand
added
the
needs verification
Issue has been fixed, but requires verification before closing
label
Sep 20, 2024
Verified with 2dad6d7 |
matthewbastien
removed
the
needs verification
Issue has been fixed, but requires verification before closing
label
Sep 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Warning and error messages are truncated in Problems view
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Warning messages should not be truncated.
Environment
Target: x86_64-unknown-windows-msvc
Commit: 38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40
Date: 2024-09-11T17:20:05.685Z
Electron: 30.4.0
ElectronBuildId: 10073054
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22631
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: