From 005b3a5369da1c39d984f6bba17e3c0dd62ae56f Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Wed, 20 Mar 2024 10:15:20 +0000 Subject: [PATCH] added dumb paint tool vscode debug definition --- .vscode/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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",