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

Feat: Add debugCommand configuration #72

Closed Juice10 closed 3 years ago

Juice10 commented 3 years ago

Fixes: https://github.com/connorshea/vscode-ruby-test-adapter/issues/71 (Alternatives to #69 and #59)

Allows you to configure your debug command and set it to eg. bundle exec rdebug-id.

BenjaminDigeon commented 3 years ago

Hey @connorshea, i really love your extension but i cannot debug my tests without a way to launch rdebug-ide with Bundler, any news on a way to modify the command like this PR or any other way ? Thx

connorshea commented 3 years ago

Thanks! I definitely prefer this solution to the one in #69, but I didn't see this until after I merged #69 🙈

So I've reverted that and will merge this now