metals
metals copied to clipboard
[VS Code] Test output is displayed in Debug Console instead of Test Results
Describe the bug
- Run a test that prints something.
- Open Panel by pressing Ctrl+J.
- It's printed in Debug Console instead.
Expected behavior
Test output should be in Test Results tab.
Operating system
Linux
Editor/Extension
VS Code
Version of Metals
v1.3.3
Extra context or search terms
debug console test results testing
I'm not sure if this is related but the tests output get reported as bloop errors as well
I haven't realized that. The server must be sending error logs in that case. That should really go to info. Opened an issue about that https://github.com/scalacenter/bloop/issues/2449