diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 9cbbeef5..b632e2b8 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -9,7 +9,10 @@ { "label": "no_dbg", "type": "shell", - "command": "${config:python.pythonPath} .vscode/launch.py" + "command": "${config:python.pythonPath}", + "args": [ + ".vscode/launch.py" + ] } ] } \ No newline at end of file