Closed KellyBennett closed 3 weeks ago
Do you mean seeing all tests in the entire project instead of just the ones in the opened test files?
If that's what you mean, it's out of this addon's control unfortunately. vscode-ruby-lsp
current generates Test Explorer entries with data from Code Lens, which is only sent when you open a test file.
Sorry for not closing this earlier, but it seems that this issue no longer repros. Thanks for the awesome gem!
First off. Thanks for this gem, it's working great!
I think I'd expect to see all my tests in the Text Explorer view, but instead I only see tests which have been run in the current VSCode session . How do I get all the tests to show up in that view?