From 08c9e468a7e00ab5a4d42e2a42436be44d3748d9 Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Fri, 29 Mar 2024 16:07:24 +0000 Subject: [PATCH] Changed vscode DPT debug launch params --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 090d969e..a1ffba6a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -48,7 +48,7 @@ "program": "tools/dumb.paint.tool.py", "console": "integratedTerminal", "justMyCode": true, - "args":["experiments/paint.test.json"] + "args":["experiments/untitled.DPT.json"] },{ "name": "Python: Demo", "type": "debugpy",