diff --git a/.vscode/launch.json b/.vscode/launch.json index 17e15f2..6c85d1e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,10 +5,10 @@ "version": "0.2.0", "configurations": [ { - "name": "Python: Current File", + "name": "Python: Run main.py", "type": "python", "request": "launch", - "program": "${file}", + "program": "main.py", "console": "integratedTerminal" } ]