Files
jeopardy/.vscode/tasks.json
T

12 lines
224 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Build with LÖVE-Build",
"type": "shell",
"command": "love-build", // Path to Love-build
"args": [".main.lua"],
"group": "build",
}
]
}