40 lines
No EOL
643 B
Text
40 lines
No EOL
643 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {},
|
|
"launch": {
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "lua-local",
|
|
"request": "launch",
|
|
"name": "Debug Love",
|
|
"program": {
|
|
"command": "/usr/bin/love"
|
|
},
|
|
"args": [ "${workspaceFolder} "]
|
|
},
|
|
{
|
|
"name": "Debug Lua Interpreter",
|
|
"type": "lua-local",
|
|
"request": "launch",
|
|
"program": {
|
|
"lua": "lua",
|
|
"file": "${file}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Debug Custom Lua Environment",
|
|
"type": "lua-local",
|
|
"request": "launch",
|
|
"program": {
|
|
"command": "command"
|
|
},
|
|
"args": []
|
|
}
|
|
]
|
|
}
|
|
} |