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
85 stars 52 forks source link

Is it possible to use this with Spring to speed up RSpec tests? #110

Open ndbroadbent opened 1 year ago

ndbroadbent commented 1 year ago

Your environment

Expected behavior

I want to be able to run RSpec tests using Spring so that I don't have to load the full Rails environment each time

Actual behavior

Cannot use Spring with rdebug-ide.


Has anyone figured out how to do this? It's the one thing stopping me from being able to use VS Code as a proper IDE with built-in breakpoints, etc. I have to keep running RSpec from a terminal window because it's so much faster with Spring.

Thanks!

Related issues: