mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
13 lines
305 B
JSON
13 lines
305 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "lldb",
|
|
"name": "Run ruby",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/ruby",
|
|
"args": ["test.rb"],
|
|
"preLaunchTask": "${defaultBuildTask}"
|
|
}
|
|
]
|
|
}
|