From 867e5691be42c1f1fbda7191a99ae4e28c6a886c Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Mon, 29 May 2023 22:31:53 +1000 Subject: [PATCH] Updated launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }