11 lines
No EOL
159 B
Text
11 lines
No EOL
159 B
Text
// launch.json
|
|
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "playdate",
|
|
"request": "launch",
|
|
"name": "Rocket Bits"
|
|
}
|
|
]
|
|
} |