diff --git a/.vscode/launch.json b/.vscode/launch.json index 4bfe97d4..090d969e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -41,6 +41,14 @@ "program": "tools/dumb.paint.tool.py", "console": "integratedTerminal", "justMyCode": true + },{ + "name": "Python: DumbPaintTool File", + "type": "debugpy", + "request": "launch", + "program": "tools/dumb.paint.tool.py", + "console": "integratedTerminal", + "justMyCode": true, + "args":["experiments/paint.test.json"] },{ "name": "Python: Demo", "type": "debugpy",