"configurations": [
{
"type": "mojo-lldb",
"request": "launch",
"name": "Mojo: Debug Current Mojo file",
"description": "Launch and debug a Mojo file given its path.",
"mojoFile": "${file}",
"args": ["-D", "DEBUG"],
"env": [],
"cwd": "${workspaceFolder}",
"runInTerminal": false
},
"configurations": [
{
"type": "mojo-lldb",
"request": "launch",
"name": "Mojo: Debug Current Mojo file",
"description": "Launch and debug a Mojo file given its path.",
"mojoFile": "${file}",
"args": ["-D", "DEBUG"],
"env": [],
"cwd": "${workspaceFolder}",
"runInTerminal": false
},