kondratyev-nv / vscode-python-test-adapter

Python Test Adapter for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter
MIT License
117 stars 27 forks source link

Seeing errors uncollapsed #271

Open yawhide opened 2 years ago

yawhide commented 2 years ago

Hello,

I got a weird one. Ever since the latest python update in vscode, I now see my errors in an uncollapsed state. It is really hard to tell what the error is and it pushes my code really far down making it hard to rerun the test case.

after a failure image

when i press the "esc" key image

any ideas how to fix this one?