19 lines
318 B
JSON
19 lines
318 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug Love",
|
|
"type": "lua-local",
|
|
"request": "launch",
|
|
"program": {
|
|
"command": "love"
|
|
},
|
|
"args": [
|
|
"."
|
|
],
|
|
"scriptRoots": [
|
|
"game"
|
|
]
|
|
}
|
|
]
|
|
} |