microsoft / vscode-java-test

Run and debug Java test cases in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test
Other
297 stars 132 forks source link

Line breaks not working in test result panels. #1678

Closed robertonav20 closed 7 months ago

robertonav20 commented 7 months ago

Hi, in the latest version of this 0.41.0 when run a test own log ins't formatted instead in the previous version 0.40.1 is correct and respect the stacktrace formatting. Below the result of 2 version:

0.41.0 Bad formatting image

0.40.1 Correct formatting image

As you can see in the first image you must scroll right to see the entire output instead, in the second image the output is more java style format for stack trace

robertonav20 commented 4 months ago

Hi @jdneo, i would reopen this ticket because i got the same issue after the latest update of v0.42.0

image

As you can see the output of test is null image

Also isn't possible scroll down/right the output image

jdneo commented 4 months ago

@robertonav20 What's your vscode version?

I'm using vscode 1.92.0(released yesterday) and I can repro the same issue even using test runner 0.41.1, which indicates that this might be a regression from vscode.

robertonav20 commented 4 months ago

Hi @jdneo, yes I'm using the 1.92.0

jdneo commented 4 months ago

Filed upstream https://github.com/microsoft/vscode/issues/224575