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
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
The text was updated successfully, but these errors were encountered:
I have the same issue ever since I uninstalled the deprecated Ruby extension written by Peng Lv. With a glance I'd say this is likely because of how this line creates a Debug config with the type of "Ruby" which is causing this issue.
Your environment
vscode-ruby-test-adapter
version: 0.9.2Expected behavior
Actual behavior
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
The text was updated successfully, but these errors were encountered: