10a71b7e0d
A way of logging pygame events.
13 lines
312 B
JSON
13 lines
312 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
// for the documentation about the tasks.json format
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "run.sh --build",
|
|
"type": "shell",
|
|
"command": "/home/tom/ab/renpy/run.sh --build",
|
|
}
|
|
]
|
|
}
|