diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..d187b87 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type" : "debugpy", + "request": "launch", + "name": "Launch project", + "cwd": "${workspaceFolder}", + "module": "python-project-template", + //"args": ["run", "python", "-m", "python-project-template"], + } +] +} \ No newline at end of file