{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug CoPaint CLI", | |
"type": "python", | |
"request": "launch", | |
"module": "copaint.cli", | |
"args": [ | |
"--input_image", "data/bear.jpg", | |
"--copaint_logo", "copaint/static/logo_copaint.png", | |
"--outputfolder", "output", | |
"--nparticipants", "15", | |
"--debug" | |
], | |
"console": "integratedTerminal" | |
} | |
] | |
} | |