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
290 stars 124 forks source link

Line breaks not working in test result panels. #1678

Closed robertonav20 closed 2 months ago

robertonav20 commented 3 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