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

Improve how errors are handled when loading RSpec tests. #43

Closed connorshea closed 4 years ago

connorshea commented 4 years ago

Now it'll show a warning message with a button, and if you click the button it'll open an output panel with the specific error message! :D

Screen Shot 2020-02-12 at 8 47 22 PM Screen Shot 2020-02-12 at 8 46 15 PM

It uses an output panel because VS Code doesn't allow newlines in error messages, so it's a lot harder to read if the error is embedded inside one.

Fixes #31.