Files
SpiderCut/.vscode/launch.json
2021-12-21 23:37:41 +01:00

19 lines
318 B
JSON

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