NRuby
1{
2// Use IntelliSense to learn about possible attributes.3// Hover to view descriptions of existing attributes.4// For more information, visit: https://go.microsoft.com/fwlink/?linkid=8303875"version": "0.2.0",6"configurations": [7{8"type": "ruby_lsp",9"name": "Debug script",10"request": "launch",11"program": "ruby ${file}"12},13{14"type": "ruby_lsp",15"name": "Debug test",16"request": "launch",17"program": "ruby -Itest ${relativeFile}"18},19{20"type": "ruby_lsp",21"name": "Attach debugger",22"request": "attach"23}24]25}