diff --git a/.vscode/launch.json b/.vscode/launch.json index 8d37bb9..708a99c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,10 +2,10 @@ "version": "0.2.0", "configurations": [ { - "name": "Python: Current File", + "name": "Python: src/main.py", "type": "python", "request": "launch", - "program": "${file}", + "program": "src/main.py", "console": "integratedTerminal", "justMyCode": true, "env": { @@ -13,4 +13,4 @@ } } ] -} \ No newline at end of file +}