mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 20:44:20 +00:00
14 lines
305 B
JSON
14 lines
305 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "lldb",
|
|
"name": "Run ruby",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/ruby",
|
|
"args": ["test.rb"],
|
|
"preLaunchTask": "${defaultBuildTask}"
|
|
}
|
|
]
|
|
}
|