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

apply ruby.useBundler Option to execute bundler rdebug-ide #69

Closed gring2 closed 3 years ago

gring2 commented 3 years ago

Hi

This PR is to execute "bundle exec rdebug-ide ..." using ruby.useBundler option.

connorshea commented 3 years ago

Thanks!