vscode-ruby-test-adapter icon indicating copy to clipboard operation
vscode-ruby-test-adapter copied to clipboard

Feature request: Output test result to a separate line

Open eric-hu opened this issue 3 years ago • 2 comments

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.

eric-hu avatar Feb 15 '22 23:02 eric-hu

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 🤔

connorshea avatar Feb 15 '22 23:02 connorshea

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.

eric-hu avatar Feb 16 '22 00:02 eric-hu