0O0OwO0O0
Results
1
issues of
0O0OwO0O0
launch.json ```json { "name": "Ruby", "type": "rdbg", "request": "launch", "script": "${file}", "useTerminal": true, "args": [ "", "${workspaceFolder}\\test\\out.txt" ], "cwd": "${workspaceFolder}", } ``` ruby code ```ruby puts "hallo" ``` the out...