vscode-ruby-test-adapter icon indicating copy to clipboard operation
vscode-ruby-test-adapter copied to clipboard

Debug Tests fails with an error

Open grelca opened this issue 1 year ago • 2 comments

Your environment

  • vscode-ruby-test-adapter version: 0.9.2
  • Ruby version: 3.1.4
  • VS Code version: 1.85.1
  • Operating System: macOS 14.1.2
  • RSpec or Minitest version: RSpec 3.12

Expected behavior

  1. Run "Debug Tests in Current File"
  2. Tests run with debugger enabled

Actual behavior

  1. Run "Debug Tests in Current File"
  2. Configured debug type "Ruby" is not supported: Screenshot 2024-01-17 at 4 40 51 PM

Some Googling turns up that the Ruby launch config type is related to the https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby extension which has been deprecated. I did have this extension installed previously and was able to use the debugger feature of this extension, but seems like since the last time I used it the extension's been removed from my system and it's no longer installable.

#127 would help with this by allowing users to set their own launch config

grelca avatar Jan 17 '24 22:01 grelca

Same issue here... currently my workaround is to use https://github.com/st0012/ruby-lsp-rspec in place of this extension

danleyden avatar Feb 08 '24 12:02 danleyden