LOV-8/.vscode/launch.json
2025-04-11 18:13:24 +02:00

15 lines
No EOL
494 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"request": "launch",
"name": "Debug",
"program": "${workspaceFolder}/main.lua",
"type": "node-terminal",
"command": "./love-11.5-x86_64.AppImage . && exit"
}
]
}