You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also running into this issue. I noticed that this extension supports "debugging", but there does not seem to be any specific support for the old tried and true "print statement debugging". In particular, there's no way to see output that isn't associated with an exception in successful or failed test cases.
Your environment
vscode-ruby-test-adapter
version: 2.21.1Expected behavior
when I have a
puts
statement a test an run or debug the test it should display the statement in the Output panelActual behavior
The value in the
puts
statement does not display in the Output panelThe text was updated successfully, but these errors were encountered: