Skip to content
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

Fix truncated diagnostics on Windows #1082

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

award999
Copy link
Contributor

  • 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

* 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 award999 merged commit f527210 into swiftlang:main Sep 19, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants