{ "version": "2.0.0", "tasks": [{ "label": "Run Love2D", "type": "shell", "command": "love .", "options": { "cwd": "${workspaceFolder}" }, "group": { "kind": "build", "isDefault": true } }] }