You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
vscode-ruby
version:The default launch.json will have a rspec task like this
But of course my rspec is not in
${workspaceRoot}/bin/rspec
. I am using rvm so it is in$GEM_HOME/bin/rspec
. But how do I set that ?I set
"program": "${GEM_HOME}/bin/rspec",
Got the error
Uncaught exception: cannot load such file -- /Users/qiulang/Dev/ruby-HW/bundle/foodie/${GEM_HOME}/bin/rspec
The text was updated successfully, but these errors were encountered: