11 lines
165 B
Text
11 lines
165 B
Text
|
// launch.json
|
||
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "playdate",
|
||
|
"request": "launch",
|
||
|
"name": "Debug (Simulator)"
|
||
|
}
|
||
|
]
|
||
|
}
|