diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..b70e770 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.1.0", + "configurations": [ + { + "name": "Python Debugger: Current File", + "type": "debugpy", + "request": "launch", + "cwd": "${workspaceFolder}", + "module": "mtcontact.main", + "args": [] + } + ] +} \ No newline at end of file