14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug My Lua App",
|
|
"type": "myLuaApp",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/mini_debug",
|
|
"cwd": "${workspaceFolder}"
|
|
|
|
}
|
|
]
|
|
}
|