{ "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", } ] }