vimspector/support/test/ruby/.vimspector.json
2020-09-11 15:43:53 +01:00

15 lines
312 B
JSON

{
"configurations": {
"launch current file": {
"adapter": "cust_vscode-ruby",
"configuration": {
"request": "launch",
"program": "${file}",
"args": [ "*${args}" ],
"useBundler": true,
"trace": true,
"showDebuggerOutput": true
}
}
}
}