connorshea / vscode-ruby-test-adapter

A Ruby test adapter extension for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-ruby-test-adapter
MIT License
83 stars 50 forks source link

Feature request: Output test result to a separate line #89

Open eric-hu opened 2 years ago

eric-hu commented 2 years ago

First off, thanks for this extension, it saves me a lot of time, typing, and jumping between windows!

I've sometimes had issues reading the test output sometimes. I'm currently working on a 14" laptop and the output can spill off the screen. That looks like this:

image

In this example, there is another extension causing this (Gitlens). I have a workaround to disable Gitlens, but it would be great if Ruby Test Explorer could be configured to show the test output on a separate line.

connorshea commented 2 years ago

Unfortunately I think this is a limitation of the Test Explorer API in VS Code itself, I'm not sure if I have any ability to move the results onto a separate line 🤔

eric-hu commented 2 years ago

Ahh, that makes sense. I've checked the "Write diagnostics logs to an output panel." and will try to use this as another workaround. It's a bit verbose, though.