diff --git a/.vscode/launch.json b/.vscode/launch.json index af699d0..3eb7d73 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "Python: Current File", "type": "python", "request": "launch", - "program": "~/Documents/Projects/PyGameTuts/better_tutorial/game.py", + "program": "${workspaceFolder}/game.py", "console": "integratedTerminal", "justMyCode": true }