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

Should be able to configure plugin to search in multiple folders #39

Open baelter opened 4 years ago

baelter commented 4 years ago

In a multi-root workspace tests might be in different folder in different projects. Eg. proj-a/spec, proj-b/tests. We should make the configuration support multiple folder.

danielraad commented 4 years ago

I am also interested in this being configurable.