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: Add ability to configure multiple spec folders #87

Open Tabby opened 2 years ago

Tabby commented 2 years ago

I'm working on at least one project where we have multiple folders with RSpec tests in, and it would be great if I could configure this extension to check them both instead of just one and have to keep changing it

In this case, I have tests in

Would it be possible to add this feature?

Also, thanks very much for this extension it's been super useful!