vscode-ruby-test-adapter
vscode-ruby-test-adapter copied to clipboard
Debug Tests fails with an error
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
- Run "Debug Tests in Current File"
- Tests run with debugger enabled
Actual behavior
- Run "Debug Tests in Current File"
- Configured debug type "Ruby" is not supported:
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
Same issue here... currently my workaround is to use https://github.com/st0012/ruby-lsp-rspec in place of this extension