fpv/.vscode/launch.json
2025-04-11 01:25:01 +02:00

11 lines
214 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "playdate",
"request": "launch",
"name": "Playdate: Debug",
"preLaunchTask": "${defaultBuildTask}"
}
]
}